
November 13th, 2012, 12:11 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 7
Time spent in forums: 3 h 51 m 50 sec
Reputation Power: 0
|
|
|
Search Function PHP Code Help Please
Hey guys I cant seem to get this search form to allow a user to select between a new make and a used make. Could you tell me what im doing wrong ?
When a user uses the form it works fine, however when the user tries to switch the option from NEW to used it wont allow you to switch. Below you can find a link to a zip download that contains the search code. Could you tell me what Im doing wrong when it comes to allowing the user to switch between used and new?
<table class="search">
<tbody>
<tr class="head-tab">
<td class="field">Search</td>
<td class="value">
<ul class="search_tabs">
<li class="first active">New</li><li class="last">Used</li>
</ul>
</td>
</tr>
</tbody>
</table>
|