exercise7.htm
<html>
  <head>
    <title>Εργαστηριακό Παράδειγμα 7</title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1253">
  </head>

  <body bgcolor="#FFCCAA">
    <div align="center">
      <h1><font color="#000066"><strong>Registration Form</strong></font></h1>
      <br>
      <h2><font color="#000066"><strong>Please enter username and password to register in the database :</strong></font></h2>
      <form name="form1" method="post" action="servlet/CheckUser">
      <br>
      <br>
      <table width="31%" border="0">
        <tr>
        <td width="35%">
          <div align="right"><font size="3" face="Georgia, Times New Roman, Times, serif"><strong>Username:</strong></font>
          </div>
        </td>
        <td width="65%">
          <input name="USER_NAME" type="text" id="USER_NAME">
        </td>
        </tr>
        <tr>
        <td>
          <div align="right"><font size="3" face="Georgia, Times New Roman, Times, serif"><strong>Password:</strong></font>
          </div>
        </td>
        <td>
          <input name="PASSWORD" type="password" id="PASSWORD">
        </td>
        </tr>
      </table>
      <p>
        <input type="submit" name="Submit" value="Submit for Registration">
        <input type="reset" name="Submit2" value="Clear Fields">
      </p>
      </form>
      <h3>Please try the options below!!!</h3>
      <p>
      <strong><font color="#990000" face="Georgia, Times New Roman, Times, serif">Username: test
      <br>
      Password : 111</font></strong>
      </p>
    </div>
  </body>
</html>