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
Drop down list in combination with new entry option
Moderator: General Moderators
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
nope
the best way to deal with this is to generate the select box out of a database which can be updates as people enter more possible options.
How this would be implemented of course depends on what you are trying to do with the select list.
php and databases oh my oh my what more fun could you ask for.
phpScott
How this would be implemented of course depends on what you are trying to do with the select list.
php and databases oh my oh my what more fun could you ask for.
phpScott