Hi,
I'm looking for a way to create a dropdown/select tag where the user can select some standard values or fill in his own (in the last option-field) Like 'CSS Style definition' in Dreamweaver...
Something like this:
<select name="gallons">
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="....?">[value]</option>
</select>
So when users select the last option they can fill in their own value...
Anyone know how to do or where to find a script like this?
Quasibobo
Don't eat yellow snow!
I'm looking for a way to create a dropdown/select tag where the user can select some standard values or fill in his own (in the last option-field) Like 'CSS Style definition' in Dreamweaver...
Something like this:
<select name="gallons">
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="....?">[value]</option>
</select>
So when users select the last option they can fill in their own value...
Anyone know how to do or where to find a script like this?
Quasibobo
Don't eat yellow snow!