Shahzad:

(If I understand your question correctly), maybe you can use a jsp instead of an
HTML page and when the user submits the form, save all the values in session
variables. Then your jsp can be coded with logic like the foll. psuedo-code:

if(session var val is nonull) value presented in the form = "";
else value presented in the form = session var. value;

Regards,
Geeta


Mahmood Shahzad wrote:

> Hi All,
>
> 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.
>
> Browser side cash is off and I m using HTTPS.
> Thanks in advance
>
> Shahzad Mahmood
>
> ___________________________________________________________________________
> 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