bree vanoss
Posts: 9
Nickname: bree
Registered: Sep, 2002
|
|
Re: is there something like combo-box in form elements?
|
Posted: Sep 30, 2002 1:37 PM
|
|
There is not an equivalent to the combo-box in html. Your best bet is to use an option list and a text field. You could add a bit of simple javascript that would only allow text in the text field if a specific option, like "other", is selected, and/or auto-select the "other" option if some text is entered into the textfield.
of course you would want to validate this on the serverside too.
for what it's worth.
-=bree
|
|