Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drop Down Menu with User Specified Field???

Status
Not open for further replies.

jeremyhache

Programmer
Sep 30, 2002
19
0
0
US
This may be an HTML question, but how would I set up a Drop-Down Menu with a field that is user-specified? In other words, I want the user to be able to choose one of the choices, or just be able to type their own text in the top of the Drop-Down Menu.
 
this is not possible with a standard html element. you must use separate <select> and <input type=&quot;text&quot;> elements to accomplish this, or use a custom dhtml element like:



=========================================================
try { succeed(); } catch(E) { tryAgain(); }
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top