Click to See Complete Forum and Search --> : Drop Down Menu With Free Text


MaxHewitt
03-22-2005, 07:38 PM
Ladies and Gents:

I'd like to create a drop down menu that has the ability to accept free text on an HTML page. I have a php page that pulls currently employed supervisors from a database and populates the menu, but I also want the user to be able to freehand type a name that is not on the menu.

Is this possible? I think I've seen it done before, but not sure how.

Thanks in advance for your help.

phpnovice
03-22-2005, 07:54 PM
Can't be done with a standard SELECT element -- unless you combine JavaScript with it to dynamically add OPTIONs to the SELECT.