[Javascript] Positioning within a select box

Peter Brunone peter at brunone.com
Tue Mar 20 16:07:17 CST 2001


<SELECT>
    <OPTION VALUE="arabic">Arabic</OPTION>
        ...
    <OPTION VALUE="english" SELECTED>English</OPTION>
        ...
</SELECT>

----- Original Message -----
From: "Mark Christie" <MChristie at avsgroup.com>
To: <javascript at LaTech.edu>
Sent: Tuesday, March 20, 2001 3:52 PM
Subject: [Javascript] Positioning within a select box


> Greetings, list...
>
> I have a list of about 30 or so languages to choose from in a select box,
> from Arabic to Thai.  Since the list is alphabetized, when the page pops
up,
> Arabic is the top selection.  What I want to do is position the display
such
> that English, the 9th language in the list, is the top selection.  How can
I
> do this?
>
> Regards,
>    -Mark C.
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>





More information about the Javascript mailing list