<html>
<head>
<title>Data Entry Form</title>
</head>
<body bgcolor="lightyellow">
<h2 align='center'>Data Entry Form - Servlet validation output on separate page</h2>
<form name="form1" method="GET" action="../servlet/example2">
<fieldset style='width:350px; height:140px; border-color:gold'>
<legend>Join Our Email List</legend>
<table width=350px>
<tr><td><b>First Name </td><td><input type="text" name="fname" /></td></tr>
<tr><td><b>Last Name </td><td><input type="text" name="lname" /></td></tr>
<tr><td><b>Email Address </td><td><input type="text" name="email" /></td></tr>
<tr><td><input type="submit" value=" Register " /></td></tr>
</table>
</fieldset>
</form>
</body>
</html>