File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes clearing history and disabling back and forward buttons Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "clearing history and disabling back and forward buttons" Watch "clearing history and disabling back and forward buttons" New topic
Author

clearing history and disabling back and forward buttons

B Bhutta
Greenhorn

Joined: Jun 28, 2002
Posts: 14
Hi,
I want to disable the back and forward button. Currently the techinque I am using is on my html pages, I am using an onload method to call my clearHistory method which has the following code:
history.forward();
But this techinque, created a flicker when I press the back button. What I mean is, when I press back button, it goes to previous page and come back to same page.
Is there any better way to avoid this flickering!
Thanks for the help.
Thanks.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
no there is no way to do it.
look intolocation.replace instead of normal links, it covers up the last page in the history, but removing the back button pisses people off!
 
 
subject: clearing history and disabling back and forward buttons
 
Threads others viewed
Questions of J2EE pattern and Struts
controlling the browser's back & forward buttons
Maintaining sessions
How to refresh my page?
Back button of the browser
developer file tools