<html>
<body>
Login


<form action="access" method="post">
  UserId:<br>
  <input type="text" name="userId" >
  <br>
  PASSWORD:<br>
  <input type="password" name="password" >
  <br><br>
  <input type="submit" value="Submit">
  
  <label name="message"/>
</form>
</body>
</html>