|
-
Mar 6th, 2001, 07:46 AM
#1
Thread Starter
Evil Genius
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, 09:17 AM
#2
Code:
<SELECT id="combobox" name="combobox">
<OPTION value="Empty" selected>Select country</OPTION>
<OPTION value="Netherlands">Netherlands</OPTION>
</SELECT>
-
Mar 6th, 2001, 09:21 AM
#3
Thread Starter
Evil Genius
Thank you kayoca, been looking for the past 2 hours to find this on MSDN
-
Mar 6th, 2001, 09:26 AM
#4
-
Mar 6th, 2001, 11:19 AM
#5
Frenzied Member
You can find this and LOTS of other helpful info on MSDN Web Workshop
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|