Scott Brady writes: >> form.mySelect.options[0].focus(); > > I wasn't even aware you could do that. (I didn't know an option could take a focus, >so I assumed you had to change the select's selected index to be that element and >then focus on the select box). > > Cool.
err....i don't think that will work. form.mySelect.options[3].selected=true; works tho... charlie ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

