mhamilton3
Programmer
- Oct 31, 2001
- 129
I know there are tons of entries using the keyword search that talk to this issue, but I have not found a solution that has worked for me. I have a perl program that saves some info, sends out emails, and then puts out a confirmation page. I need that confirmation page to not be able to go back. Every time it goes back it resends the email and resaves the info. Is there some way that I can say history.previous(1) = 'home.html' and history.previous(2).html - 'home.html'. I know that is not the way history.previous is used, but it should illustrate my needs. Thanks for any suggestions you might have.