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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How are ComboBoxes created?

Status
Not open for further replies.

jms1885

Technical User
Feb 27, 2002
9
US
I'm working in interdev creating ASP pages. I've created forms that will interface with a SQL database but I can't figure out how to create a combobox. The combobox is needed so that a user could enter a new name or select one from the list. Drop-down lists simply don't have the functionality that I need, does anyone know how to create a combobox with javascript?
 
i think this is what you mean, in your <select> tag just add &quot;multiple&quot; :
Code:
<select
multiple
Code:
 size=4>
hope it helps! Suceess, thats the way you spell success!
Got a question? Ask IMOZRMY!
 
There's no such html form element available.
I heard about an ActiveX control that creates combobox, of course available for IE on Windows only.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top