View Full Version : How to create list box in a HTML page?
apple
02-03-2005, 06:02 AM
I would like to create a list box in HTML page, but not sure how to do it.
So, could anyone give me some idea.
Thanks.
Brandoe85
02-03-2005, 06:18 AM
http://www.w3schools.com/html/html_forms.asp I'm sure you can find it somewhere their....
hemebond
02-03-2005, 06:23 AM
<select multiple="multiple">
<option>text</option>
<option>text</option>
<option>text</option>
<option>text</option>
<option>text</option>
</select>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.