Thanks Snib for your reply...
I did not write this form and I'm not sure it has an ID and not sure how to focus on the element I want to onload. If you were to open the link you might be able to tell me if this form that has and ID?
Thanks anyway, but this ones probably a bit over my head :(
Quote:
quote:Originally posted by Snib
OK, first off you need to have a form with an ID and the element you want to focus on with an ID. Then to focus on the element you would add an onLoad attribute to the body which would look like this:
<body onload='document.forms.your_forms_id.your_elements _id.focus()'>
Hope this helps you,
Snib
<><
|
Rudy