PDA

Click to See Complete Forum and Search --> : Combobox ???????????????????????????


alex_read
Mar 6th, 2001, 06:46 AM
I'm writing a HTML page,

I know the basic INPUT TYPE's, like to insert a text box etc, how can I get a combobox on my page please ? :(

Mar 6th, 2001, 08:17 AM
<SELECT id="combobox" name="combobox">
<OPTION value="Empty" selected>Select country</OPTION>
<OPTION value="Netherlands">Netherlands</OPTION>
</SELECT>

alex_read
Mar 6th, 2001, 08:21 AM
Thank you kayoca, been looking for the past 2 hours to find this on MSDN

Mar 6th, 2001, 08:26 AM
:)

monte96
Mar 6th, 2001, 10:19 AM
You can find this and LOTS of other helpful info on MSDN Web Workshop (http://msdn.microsoft.com/workshop/author/html/reference/elements.asp)