PDA

View Full Version : initial TAB placing & Control


nibs
03-03-2003, 06:56 PM
I have the code

<input type=text nam=username tabindex=1>


This will allow me to Tab to this first field but what I need in HTML w/o having to resort to javascript is control over the cursor i.e. when I arrive at this login page I want the cursor to start in this text field.

Does any body know of the code to rectify this w/o using javascript or is it possible.

thank u in advance,
nibs

cg9com
03-03-2003, 07:41 PM
i really dont think you could arrange placement of the cursor with markup :)