[thelist] Deselecting a select element in JS

Chris Blessing webguy at mail.rit.edu
Thu Mar 21 11:44:14 CST 2002


Try the blur() method.

document.myForm.mySelectBox.blur();

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

>
>
> Quick question -
>
> How do you deselect a select element using JavaScript (IYSWIM) ?
>
> Cheers,
>
> Olly.
>



More information about the thelist mailing list