Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7908 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?B) am i confused or what?

Thanks

Jeremy

Posted

<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!

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.