Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP Servlet Browser Issue

Status
Not open for further replies.

DB2Problem

Programmer
Oct 17, 2002
53
US
Hello

I have a link to Front Controller Servlet from one of JSP page (call it link page). However, there is an intermediate page that sets some parameters before forwarding to Front controller, which it does ON-LOAD

Hence whenever I hit Back button on the browser from Front Controller servlet, I end up in the same page

What I need is to go back to the link page

How do I do it ?? I am looking for alternatives from JSP/Javascript

Thanks a lot
 
I'd rearchitect the app so it didn't require an interim page to set some variables..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top