Redirect when Back Button is clicked
I have 4 pages in my application:
Page1.asp (form page using the POST Method)
Page2.asp (Insert to Database script + Redirect to Page3.asp)
Page3.asp (Page displaying the the confirmation of insertion)
The problem I'm facing is that once on Page3.asp (confirmation page), if the user hits the Back Button, it brings him back to Page1.asp with the form already filled with data previously entered. Eventually, the data can be inserted twice.
Is there a way to redirect the user to say Page4.asp when clicking the back button from Page3.asp?
