What do you mean by "the back button available in HTML?"  Are you referring
to the browser "Back" button or a JavaScript button where you have coded
history logic?  If the former, you are out of luck; if the latter, there are
several ways from passing form parameters in the URI to using an HTML
"submit" button with a value of "Back" that actually sets servlet session
variables and passes them back to the destination page.  What is it you are
trying to do here?

Mark

----- Original Message -----
From: "Mahmood Shahzad" <[EMAIL PROTECTED]>
Sent: Wednesday, December 27, 2000 11:19 AM


> I have to present the values submitted by a user on an HTML page when the
user
> presses the back button available in HTML. Do someone have any solution.

___________________________________________________________________________
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