
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Create New Student</title>
</head>
<body>
<form name="create" method="post" action="<%=request.getContextPath()%>/Controller">
<input type="hidden" name="page" value="create"/><br/>
<input type="text" name="fname" id=""/><br/>
<input type="text" name="lname" id=""/><br/>
<input type="text" name="age" id=""/><br/>
<input type="text" name="gender" id=""/><br/>
<input type="text" name="phone" id=""/><br/>
<input type="submit" value="Create"/>
</form></body>
</html>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.