How to handle browser back button?
Hi,
I am facing problems in my application(built using JSP/servlet) when the user clicks browser's back button.How the servlet should be coded in such way that it detects browser's back button event and performs no action.I am not allowed to use Javascript.
Thanks in advance
- Sachin
|