>"SelectedIndex" is a read-only property in all browsers except Navigator 
>3 (O'Reilly's JavaScript: The Definitive Guide).

Yeah, well that's what I get for writing out the code without testing it . . . .

Just change that line to:
    form.mySelect[0].selected = true; // Select the first index

Scott
--------------------------------
Scott Brady
http://www.scottbrady.net/

 
             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to