[thelist] [fwd] Alphabetizing

rudy r937 at interlog.com
Thu Jul 12 14:03:43 CDT 2001


>> Does anyone have any good ideas for alphabetizing
>> values in a select form using JavaScript.
>
>1) JavaScript "sort()" function

good one kevin

here's a tutorial --

   http://www.devguru.com/Technologies/ecmascript/quickref/sort.html

>2) Do it server-side

if you're using a database, just change the ORDER BY on the query that gets
the select options

3) let the user rearrange the options --

  Easy content rearrangement with JavaScript
  http://evolt.org/article/isaac/17/11273/index.html


rudy






More information about the thelist mailing list