i have the following code in an asp page

Code:
<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>
but when i load the page the usr field is not focused can someone point out what am i doing wrong


thnks