yafreax Posted March 19, 2003 Posted March 19, 2003 We need to disable the back button cause we have a customer or two that has the habit of submitting some information, the pressing back and changing it. This gives us two or three emails for the same order which isnt too big of a deal cause we just take the last emailed one, but it is can be a hassle and cause confustion in the future if we or they become careless. We'd like to stop that before it happens... i searched some on hotscripts and javascripts.com and i couldnt find the javascript that disabled the back button. I was pretty sure there was one though? am i confused or what? Thanks Jeremy
Leb i Sol Posted March 19, 2003 Posted March 19, 2003 <title>My Page that can't go back.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- onback=history.go(1); window.history.forward(1); //--> </script> _-----------------------------------------_ see if something like this work...sorry I didn't re-test it ...its a copy-paste from one of those old works of mine! more links/tutorials on JavaScript: http://www.js-examples.com/ Good Luck!
Anatoli Posted March 20, 2003 Posted March 20, 2003 Chromeless window, javascript disabling right-click, JS as above. Or some middle blank page which is just passing parameters and redirect forward. Submission Counter. Something from this will work.
Recommended Posts
This topic is 7908 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now