PDA

View Full Version : admin index.php, Can you get text cursor in box?


TheEnd
04-27-2003, 01:05 AM
Like when you first goto admin/index.php, is there a way on the login to have a text cursor in it? like www.google.com has? SO when I goto it I just type name, tab, then pass? So I dotn have to click the first box.

It sounds stupid but it gets to be a pain

filburt1
04-27-2003, 01:15 AM
<input ... tabindex="0" ...>

IIRC.

TheEnd
04-27-2003, 06:37 AM
Do I just add that anywhere in admin/index.php?

Davey
04-27-2003, 10:11 AM
Find the input code for your login name, and put that tag inside it.
Ex: <input type="text" name="user" tabindex="0">

Dave.