Drop down list in combination with new entry option
Posted: Fri Oct 18, 2002 1:01 pm
Hi,
in a form for entering site news I use a drop down list like this:
<select name="topic" size="1" maxlength="24">
<option>Web Design</option>
<option>Home Cinema</option>
<opton>Unreal Tournament</option>
</select>
Using this HTML codes it is not possible to enter new topics, I can only select one of the predefined.
Is there any "HTML control" which allows the input of new values as well as selected one out of a list of predefined ones?
Ciao, Meph
in a form for entering site news I use a drop down list like this:
<select name="topic" size="1" maxlength="24">
<option>Web Design</option>
<option>Home Cinema</option>
<opton>Unreal Tournament</option>
</select>
Using this HTML codes it is not possible to enter new topics, I can only select one of the predefined.
Is there any "HTML control" which allows the input of new values as well as selected one out of a list of predefined ones?
Ciao, Meph