prevent back button
prevent back button
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- fugged0
easy hack... but it works.
have an intermediate step between order-step4 and thankyou that redirects via javascript to the thankyou page.
window.location.href="thankyou.p...
that will back the back button go to the redirect which will auto forward to the thank you.
like I said it's a hack, but it should work.