derekzelazny Posted November 25, 2003 Posted November 25, 2003 How to make sure that newly opened ASPX page will not show up in browser's history? I have to make sure that after submitting an order page and getting order confirmation page user will not be able to go back to previous page using browser's BACK button. Any help greatly appreciated. Quote
papa_k Posted November 25, 2003 Posted November 25, 2003 I have (and still have really) exactly the same problem. I couldn't find anyway to do what you request, although i'm not saying there isn't a way. I went down the route of not holding it in cache ( http://www.xtremedotnettalk.com/t79846.html ) but didn't get very far. Another way maybe would be to control it using session variables. If you do find out a way please let me know. (with the confirmation/sending of the order, do you do it on a load of a page or on the press of a button?) Quote without time nothing ever ends
*Experts* Volte Posted November 25, 2003 *Experts* Posted November 25, 2003 I've looked into this before, and it looks like this is not possible to do at all. Sorry. http://developer.irt.org/script/244.htm Quote
fadi Posted November 27, 2003 Posted November 27, 2003 i believe this can be done bc ive seen this feature on several sites, one of them is hotmail Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.