i'm at the beginning with ASP, i have an asp page with a form, that sends back to the same page in the action field, with the post method the form contains a choice of amounts to subtract from an account on a database once a press the enter button everything is ok, the amount is correctly decreased from the account the problem is once the transaction is over, and the correct amout subtracted, is i press refresh/F5 the account is again decreased of the same amount Es 300 ==> subtract 50 ==> 250 ==> refresh ==> subtract other 50 = 200 Same thing happens if I deposit.... if i deposit 500 ==> enter ==> +500 ==> refresh ==>1000 How can i solve the problem? i'd like to avoid to put an intermediate page with a redirect i am writing with javascript, thanks a milion to who can help me, might be a simple stupid thing but it is driving me crazy , thx
What about just redirecting to a results page, that way if they refresh then it'll just show the results.