How do you order a list in a drop down box ???
I have this code: (How do I sort/make the dropdown list be in ascending/descending order? .. like all the models that start with "A" on top of the menu ?)
Model:
<SELECT NAME="SearchModel">
<OPTION VALUE="all">ALL
<cfoutput query="Searchdyno">
<OPTION VALUE="#Model#">#Model#
</cfoutput>
</select>
THANKS
-JON
I have this code: (How do I sort/make the dropdown list be in ascending/descending order? .. like all the models that start with "A" on top of the menu ?)
Model:
<SELECT NAME="SearchModel">
<OPTION VALUE="all">ALL
<cfoutput query="Searchdyno">
<OPTION VALUE="#Model#">#Model#
</cfoutput>
</select>
THANKS
-JON