Biren,

Despite being requested repeatedly not to misuse this forum, you still can't
resist yourself.

Why can't you check out FAQs that are specifically dedicated to JSP ?

You might get banned from posting to this mailing list, if you continue posting
non-servlet
related queries.






Biren Patnaik <[EMAIL PROTECTED]> on 05/10/2000 05:53:47 PM

Please respond to "A mailing list for discussion about Sun Microsystem's Java
      Servlet API Technology." <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Anoop Maheshwari/HSS)

Subject:  Help on JSP AND javascript




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

___________________________________________________________________________
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

Reply via email to