Sep 29, 2001 #1 MarkJ2 Technical User Sep 25, 2001 17 US I have two buttons on a form that call separate functions when clicked. Further down in my code I would like to set the focus back to one of the particular buttons. What is the code for that? Thanks dudes!
I have two buttons on a form that call separate functions when clicked. Further down in my code I would like to set the focus back to one of the particular buttons. What is the code for that? Thanks dudes!
Sep 29, 2001 #2 GIGN Programmer Oct 6, 2000 1,082 NZ Full path to a button: window.document.forms['formName'].buttonName.focus(); BB Upvote 0 Downvote