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 ? :(
Printable View
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 ? :(
Code:<SELECT id="combobox" name="combobox">
<OPTION value="Empty" selected>Select country</OPTION>
<OPTION value="Netherlands">Netherlands</OPTION>
</SELECT>
Thank you kayoca, been looking for the past 2 hours to find this on MSDN
:)
You can find this and LOTS of other helpful info on MSDN Web Workshop