SELECT OPTION

How can I tell the select control to display in alphabetic order ?

<html>
<body>

<form>
<select name="cars" size="3">
<option value="volvo">Volvo
<option value="saab">Saab
<option value="fiat">Fiat
<option value="audi">Audi
</select>
</form>

</body>
</html>


_______________________
mcunha@callisto.ca
Windows Software Programmer
Canada
[496 byte] By [mcunha] at [2007-11-17 11:58:37]
# 1 Re: SELECT OPTION
This may seem like a stupid question, but why not just list them in alphabetical order?

Brad

Site Manager, dev-archive.com
Check out my newest book (Sams Teach Yourself C# in 21 Days):
http://books.internet.com/books/0672320711
Brad Jones at 2007-11-8 0:08:39 >