Set focus directly on user field
This commit is contained in:
parent
0c801955a2
commit
92cfa223cb
1 changed files with 4 additions and 4 deletions
|
|
@ -12,22 +12,22 @@ BODY {
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<BODY>
|
||||
<BODY onLoad="document.loginform.p_user.focus()">
|
||||
<BR><BR><BR><BR><BR>
|
||||
<center>
|
||||
<IMG SRC="image/logo7.jpg" alt="Logo">
|
||||
<BR>
|
||||
|
||||
<form action="login.php" method="post">
|
||||
<form action="login.php" method="post" name="loginform">
|
||||
<TABLE><TR><TD>
|
||||
<TABLE BORDER=0 CELLSPACING=0>
|
||||
<TR>
|
||||
<TD class="cell">Login</TD>
|
||||
<TD><input type="text" name="p_user"></TD>
|
||||
<TD><input type="text" name="p_user" tabindex="1"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD> Password</TD>
|
||||
<TD><INPUT TYPE="PASSWORD" NAME="p_pass"></TD>
|
||||
<TD><INPUT TYPE="PASSWORD" NAME="p_pass" tabindex="2"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 ALIGN=CENTER><INPUT TYPE=SUBMIT value="Log in"></TD>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue