Sep 14, 2001 #1 webpager Programmer Mar 27, 2001 166 GB When a page loads, the cursor cannot be seen. How can I ensure the cursor is in a particular field when the page loads? Keith
When a page loads, the cursor cannot be seen. How can I ensure the cursor is in a particular field when the page loads? Keith
Sep 14, 2001 #2 DeZiner Programmer May 17, 2001 815 US <SCRIPT> <!-- function setfocus() { document.form_name.field_name.focus(); } // --> </SCRIPT> <body onload=setfocus()> Chnage the red fields to match your form DeZiner When the gears stop turning, we all stop learning. Upvote 0 Downvote
<SCRIPT> <!-- function setfocus() { document.form_name.field_name.focus(); } // --> </SCRIPT> <body onload=setfocus()> Chnage the red fields to match your form DeZiner When the gears stop turning, we all stop learning.