You are on page 1of 3

<!

-To change this template, choose Tools | Templates


and open the template in the editor.
-->
<!DOCTYPE html PUBLIC "-//w3c//DTDHTML 4.01Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<form name="employee details" method="post"
action="http://localhost:8080/jdbc/empdetails">
<table align="center" style="border:#000000"bgcolor="#efefefe">
<tr>
<tdcolspan=2 align="center" style="font-weight:bold">EMPLOYEE
</td>
</tr>
<tr><td>empid</td>
<td><input type="text"name="empid" value=""</td>
</tr>
<tr><td>name</td>
<td><input type="text" name="name" value=""</td>
</tr>
<tr><td>address</td>
<td><input type="text" name="address" value=""</td>
</tr>

<tr><td>contact</td>
<td><input type="text" name="contact" value=""</td>
</tr>
<tr><td>department</td>
<td><input type="text" name="department" value=""</td>
</tr>
<tr><td>designation</td>
<td><input type="text" name="designation" value=""</td>
</tr>
<tr><td>salary</td>
<td><input type="text" name="salary" value=""</td>
</tr>
<center><input type="submit" name="submit" value="insert">
<input type="reset" name="reset" value="reset">
</center>
</table>
</form>
</body>
</html>

You might also like