wsyeager Posted January 19, 2006 Posted January 19, 2006 I have the following problem in my programming scenario: Someone clicks on a link to take a Math Placement Test which opens a Math Placement Test pop-up after entering the password and submitting. They close the pop-up window without taking the test, and then click on any other link. They then click on the back button on the browser and it takes them back to the previous page, and the closed pop-up window pops up again. How can I clear the browser history (in the code-behind) to avoid this problem? Quote Thanks, Bill Yeager (MCP, BCIP) Microsoft Certified Professional Brainbench Certified Internet Professional, .Net Programmer, Computer Programmer YeagerTech Consulting, Inc.
Mister E Posted January 19, 2006 Posted January 19, 2006 You can't clear the history. It sounds like you might have a function firing from the onunload event in the browser. 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.