Hiiii
View Answers
September 5, 2008 at 1:23 PM
<input type="reset">
September 5, 2008 at 4:41 PM
Hi Ragini,
<html>
<head>
<title>Employee request form</title>
</head>
<body>
<center>
<table border="1" width="650px" cellspacing="0" cellpadding="0" bgcolor="bluelight">
<tr>
<td width="100%">
<form method="POST" action="InsertDatabaseAction.jsp">
<h2 align="center">Employee Request Form</h2>
<table border="1" width="100%">
<tr>
<td width="50%"><b>Employee Id:</b></td>
<td width="50%"><input type="text" name="empid" size="5"/> </td>
</tr>
<tr>
<td width="50%"><b>Employee Name:</b></td>
<td width="50%"><input type="text" name="empname" size="20"></td>
</tr>
<tr>
<td width="50%"><b>Employee Request:</b></td>
<td width="50%"><input type="text" name="request" size="20"/> </td>
</tr>
<tr>
<td width="50%"><b>Employee Request Type:</b></td>
<td width="50%"><input type="text" name="request_type" size="20"></td>
</tr>
<tr>
<td width="50%"><b>Request Date:</b></td>
<td width="50%"><input type="text" name="request_date" size="20"/> </td>
</tr>
</table>
<center><p><input type="submit" value="Submit" name="submit">
<input type="reset" value="Reset" name="reset"></p></center>
</form>
</td>
</tr>
</table>
</center>
</body>
</html>
-----------------------------------
Thanks.
Related Tutorials/Questions & Answers:
Advertisements
RAJ9992Servlet sending image
hiiii
In my html page i use how to send this image value to servlet plz be inform me anybody
RAJ9992Send Image Value to Servlet
hiiii
In my html page i use input type=image src="" value="" name="" how to send this image value to servlet plz be inform me anybody
meenakshimeenakshi
HIIII,
Any one can help me,,
I have created a form in jsp and bind it by using spring:bind in spring.
I have use ModelAndView of SimpleFormController .
But when i called onSubmit thn onSubmit not called
login data login data
Hiiii Sir
I am doing banking project on Asp.net
i have created database on sql and also created a connection to gui but m not getting the data after login i want to show particular data for particular user
means
login datalogin data
Hiiii Sir I am doing banking project on Asp.net i have created database on sql and also created a connection to gui but m not getting the data after login i want to show particular data for particular user means if i
error in accessing database - JSP-Servleterror in accessing database
hiiii im tanushri im tryng to connect my database to the servlet i hv succeeded in connectivity but im stuck to nother error called Got minus one from read call although i hv feeded data to my
error got minus one from read call - JSP-Servleterror got minus one from read call
hiiii while connecting my servlet to database im getting error called
java.sql.SQLException: Io exception: Got minus one from a read call
oracle.jdbc.dbaccess.DBError.throwSqlException