Anonymous
01-21-2003, 02:04 PM
Hi Friends
Here is a horizontal search bar for anyone interested. Change select options to fit your own program.
<table>
<td>
<td>
<form name="reference" action="listingsearch.php" method="get"><input type="text" name="mls" size="4" maxlength="4">
<td><input type="submit" value="Send" class="buttons"></td>
</td>
<td></form></td>
<td width="17" height="27" bgcolor="#E6E6E6">
<form name="form" action="listingsearch.php" method="get">
</td>
<td width="101" height="27" bgcolor="#E6E6E6">
<select name="negocio"
<option value="Buy">Buy</option>
<option value="Lease">Lease</option>
</select>
<td width="101" height="27" bgcolor="#E6E6E6">
<select name="type">
<option value="Apartment">Apartment</option>
<option value="Office">Office</option>
</select>
</td>
<td><input type="submit" value="Send" class="buttons">
</td> </form>
</td>
</table>
</td>
</tr>
</table>
Cheers
Luis
Here is a horizontal search bar for anyone interested. Change select options to fit your own program.
<table>
<td>
<td>
<form name="reference" action="listingsearch.php" method="get"><input type="text" name="mls" size="4" maxlength="4">
<td><input type="submit" value="Send" class="buttons"></td>
</td>
<td></form></td>
<td width="17" height="27" bgcolor="#E6E6E6">
<form name="form" action="listingsearch.php" method="get">
</td>
<td width="101" height="27" bgcolor="#E6E6E6">
<select name="negocio"
<option value="Buy">Buy</option>
<option value="Lease">Lease</option>
</select>
<td width="101" height="27" bgcolor="#E6E6E6">
<select name="type">
<option value="Apartment">Apartment</option>
<option value="Office">Office</option>
</select>
</td>
<td><input type="submit" value="Send" class="buttons">
</td> </form>
</td>
</table>
</td>
</tr>
</table>
Cheers
Luis