This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
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


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: 15362
    
    6
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!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: clearing history and disabling back and forward buttons
 
Similar Threads
Maintaining sessions
How to refresh my page?
Questions of J2EE pattern and Struts
Back button of the browser
controlling the browser's back & forward buttons