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.
So, could anyone give me some idea.
Thanks.
|
||||
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> |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum