openaccount.html 348 Bytes
Newer Older
OscarGonzalez97 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Open Account</title>
</head>
<body>
	<form action="openaccount.jsp" method="post">
		<input type="text" name="accno" />
		 <input type="text" name="lastname" />
		<input type="text" name="firstname" /> 
		<input type="text" name="bal" />
		<input type="submit" />
	</form>
</body>
</html>