Hi all,
Could you help me understand why this problem of mine not going away.
I'm having: (head number is the number of actual pages I have for this Contact Us function)
1. a Contact Us form in one page, then submitted to another page...
2. to process, create new xxx number, save to database, send me noticed email, then
to...
3. ANOTHER page to display thank you note with his/her new "xxx" number that was created and sent along with the response.redirect function from the page 2.
The reason I need to have the 3rd page because I'm trying to avoid the temptation the user might have to refresh and the new email created as well as a new "xxx" number will also be created at the same time.
THE PROBLEM?
my worry not going away, because even in the 3rd "thank you" page, I still got new data in database, new email with NEW xxx number whenever I REFRESH it.
WHY?
Thanks!!!
Could you help me understand why this problem of mine not going away.
I'm having: (head number is the number of actual pages I have for this Contact Us function)
1. a Contact Us form in one page, then submitted to another page...
2. to process, create new xxx number, save to database, send me noticed email, then
Code:
Response.Redirect("thankyou.asp?id=xxx")
3. ANOTHER page to display thank you note with his/her new "xxx" number that was created and sent along with the response.redirect function from the page 2.
The reason I need to have the 3rd page because I'm trying to avoid the temptation the user might have to refresh and the new email created as well as a new "xxx" number will also be created at the same time.
THE PROBLEM?
my worry not going away, because even in the 3rd "thank you" page, I still got new data in database, new email with NEW xxx number whenever I REFRESH it.
WHY?
Thanks!!!