WhoJSP.html
<!DOCTYPE html>
<html>
<head>
<title>Who are you?</title>
</head>

<body><center>
<h1>Who are you?</h1><hr />
<font size="+3">
<form method="get" action="http://hoare.cs.umsl.edu/servlet/j-siegel/Hi.jsp" target="_blank">
Your name: <input type="text" name="whoisit"><br>
  <input type="submit" value="Press Me">
</form>
<br>
</font>
</center>
</body>
</html>