aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes enable Browser Back Button Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "enable Browser Back Button" Watch "enable Browser Back Button" New topic
Author

enable Browser Back Button

Muhammad Imad Qureshi
Ranch Hand

Joined: Sep 13, 2005
Posts: 238
Hi

This is little strange because norammly come here to ask how to diable browser back button. I have following code in my header.jsp which is included in all my jsp's

<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

Now even if I comment this code my browser back buttondont work. How can I enable my browser back button. Is there anything else that can be done to prevent a user from using back Button that I can find and remove from my code.
Thanks
Imad
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

I see no JSP dimension to this question, so it has been moved to the HTML forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: enable Browser Back Button
 
Similar Threads
How to prevent caching of jsp pages?
I need to cache a page
Preventing to go to the previous screen by clicking on browser back button
Re: Navigation Restriction
making pages sensetive in struts