> -----Original Message----- > From: Maureen E Fischer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 1:13 PM > To: [EMAIL PROTECTED] > Subject: setting curser position (focus) > > > I am trying to figure out how to get the curser to sit at > the first entry field so the user doesn't have to position it.
After your </FORM> tag, add the following: <script language="javascript" defer="defer"> document.forms[0].elements[0].focus() </script> (If there are multiple forms, use the appropriate form number instead of 0). -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]