Hi Tia,
This is an easy question and I guess I'm the only one who can answer you at the moment. The way I did mine is to create a function call onLoad() and call it in the body of your HTML script. Something like this:
Function onLoad()
{
(yourFormName).info.document.(fieldName).setFocus();
}
<Body load="onLoad();">
It's been several months since I did any coding so if you see any flaws don't worry about it. You should get my general idea. One thing I wanted to add, that word "info" in the line above is what I called my onSubmit within my form to make sure that it would call that function.
Good Luck,
Candie ;o)
"Mere distances between 2 people bring you all that much closer in the end!"