
<%@ 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">
</head>
<body bgcolor=silver>
<form method ="post" name="inventory" action="CreateIm" onsubmit="return validation()">
<center> Enter the Details</center>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>name: </td>
<td><INPUT id="txtChar" onkeypress="return isNumberKey1(event)" type="text" name="name1"></td>
</tr>
<tr>
<td>Address:</td>
<td><textarea rows="2" cols="20" name="addr1"></textarea></td>
</tr>
<tr>
<td>E-mail ID: </td>
<td><input type="text" name="name2" size="20"/></td>
</tr>
<tr>
<td>Phone No.: </td>
<td> <INPUT maxlength = 10 id="txtChar" onkeypress="return isNumberKey(event)" type="text" name="cnum">
</td>
</tr>
<tr>
<td> </td>
<td><input type="submit" value="Submit"/>
<input type="reset" name="B2" value="Reset"/></td>
</tr>
</table>
</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.