Total Pageviews

Wednesday, January 18, 2012

USER NAME PASSWORD FORM

USERNAME
PASSWORD
SAVE PASSWORD

<html>
<body>
<Form action="DRANZER.html" method= GEt>
<table border="0">


<tr>
  <th>USERNAME</th>
  <td><INPUT TYPE="TEXT" NAME="t" VALUE=""></td>
</tr>

<tr>
  <th>PASSWORD</th>
  <td><INPUT TYPE="PASSWORD" NAME="P"></td>
</tr>

</table>
<input type="checkbox" name=checked"/>SAVE PASSWORD

<BR><INPUT TYPE="SUBMIT" VALUE="LOGIN"></br>

</body>
</html>

No comments:

Post a Comment