i have the following code in an asp page
but when i load the page the usr field is not focused can someone point out what am i doing wrongCode:<FORM method="post" action="tUsr.asp" id=login name=login>
<input tabindex="0" type="text" name="Usr">
<input tabindex="1" type="password" name="Usr">
<input tabindex="2" type="submit" value="login">
</form>
thnks
