Hi,
I m facing one problem with get and post method.How can I
access get and post simultaneously in a jsp program
simultaneously,as I need get method for find button.I m
giving my JSP program.
Thanx in advance
Biren
The program is
<html>
<head>
<title>
Data Entry Screen
</title>
</head>
<body>
Data Entery:
<form method="POST" action="Add2.jsp">
Enter Name:
<p>
<input type=text name=inputSQL1 size=10>
<p>
Enter Phone:
<p>
<input type=text name=inputSQL2 size=10>
<p>
<input type="submit" name="action" value="add">
<input type="submit" name="action" value="del">
<input type="submit" name="action" value="mod">
<input type="submit" name="action" value="find">
</form>
</body>
</html>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html