Have you ever loaded a form page that automatically placed the cursor in the first box of the form?
I can't find any reference to this anywhere. Is this a Tabindex attribute? If anyone has the answer I would appreciate it.
Thanks in advance
Stick this at the end of your pages body and edit form_name and txt_box_name to suit.
<script language="JavaScript"> <!-- document.form_name.txt_box_name.focus(); //--> </script>