Combo boxes
Posted: Thu Jan 08, 2009 11:28 am
I have several drop down boxes like this:
<td><select name="Shipping Method" style="width:200px">
<option <Default> </option>
<option <UPS Red>UPS Red</option>
<option <UPS Blue>UPS Blue</option>
<option <UPS Ground>UPS Ground</option>
<option <UPS Mail>UPS Mail</option>
</select></td>
Is there any simple way to change this into a combo box so that it will also allow user input?
<td><select name="Shipping Method" style="width:200px">
<option <Default> </option>
<option <UPS Red>UPS Red</option>
<option <UPS Blue>UPS Blue</option>
<option <UPS Ground>UPS Ground</option>
<option <UPS Mail>UPS Mail</option>
</select></td>
Is there any simple way to change this into a combo box so that it will also allow user input?