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?
Combo boxes
Moderator: General Moderators
Re: Combo boxes
Are these pragmatically generated? If not probably regex the HTML and write new code to loop over the regex matches and output new HTML
- sergio-pro
- Forum Commoner
- Posts: 88
- Joined: Sat Dec 27, 2008 12:26 pm