karnaze%netscape.com 828d631fc1 new regression test not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@61773 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 22:37:49 +00:00

31 lines
968 B
HTML

<html><body>
Click in the text field.
<BR>
<form>
<table>
<tr>
<td>
<table border="1" width="100%">
<tr>
<td>
Choose a login name:
</td>
<td width="60%">
<INPUT TYPE="TEXT" NAME="UserID" SIZE="20" MAXLENGTH="30" value="">@usa.net
</td>
</tr>
<tr>
<td>
Password:
</td>
<td >
<INPUT TYPE="password" NAME="Passwd" SIZE="20" MAXLENGTH="30" value="">
</td>
</tr>
<input type="Hidden" Name="TZ" Value="America/Denver">
</table>
</td>
</tr>
</table>
</body></html>