How can I disable "Back" in my page
-
Hi everyone:-D :| I'd like to disable "Back" button on my browser for my users on my webApllication or webSite. :confused: How can I do this?? ;) If U know plz answer me as soon as possible :) Thanks alot :rose:
You can't disable back button.But you can restrict the back button functionality // go forward window.history.forward(); while pressing back it will automatically forwards once.So the same page retains. while the history.forward() method lets you access the next URL in the history list (equivalent to hitting the browser's "Forward" button).
-
You can't disable back button.But you can restrict the back button functionality // go forward window.history.forward(); while pressing back it will automatically forwards once.So the same page retains. while the history.forward() method lets you access the next URL in the history list (equivalent to hitting the browser's "Forward" button).
-
You can't disable back button.But you can restrict the back button functionality // go forward window.history.forward(); while pressing back it will automatically forwards once.So the same page retains. while the history.forward() method lets you access the next URL in the history list (equivalent to hitting the browser's "Forward" button).