Thank you, it worked like magic.  I'll have to read my
Javascript book now so I know what it means.
Maureen

-----Original Message-----
From: Bob Showalter [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 01, 2002 12:11 PM
To: 'Maureen E Fischer'; [EMAIL PROTECTED]
Subject: RE: setting curser position (focus)

> -----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]

Reply via email to