Hi all, how do you set focus to a SELECT box
I have..
document.dForm.Day_of_Birth2.options[2].selected = true;
document.dForm.Date_Of_Birth.focus();
...my first line sets the SELECT to the correct option, but my second line doesn't seem to work. This a a fairly long form so I really need to 'jump' to the SELECT to show the user which SELECT is incorrect.
Thanks





Bookmarks