Currently in my html document I use the onload command inthe body section to
set the focus to a certain field.
eg
onload="documen t.form1.SerialN o.focus()"
Is there a way to set the focus to another field in a different frame other
than the one that the current document is in?
In my example, I have a frame called "top" that I would like the focus
setting to whenever a certain document is loaded in the frame "main".
My apologies if this is posted in the wrong newsgroup.
TIA
Darren.
set the focus to a certain field.
eg
onload="documen t.form1.SerialN o.focus()"
Is there a way to set the focus to another field in a different frame other
than the one that the current document is in?
In my example, I have a frame called "top" that I would like the focus
setting to whenever a certain document is loaded in the frame "main".
My apologies if this is posted in the wrong newsgroup.
TIA
Darren.
Comment