problem of repeating

A

Anonymous

Guest
After I added a record to the database, it displays right, but when I refresh my browsers in IE and Firefox, I got this new record repeated by itself, then just keep repeatingly itself more and more with every single refresh of the browsers, I am so frustrated and don't know why?

1) Error message in IE:
The page cann't be refreshed without resending the information. Click Retry to send the information again or click cancel to return to the page that you were trying to view.

2) Error message in Firefox:
The page you are trying to view contains POSTDATA. If you resend the data, any action the form carried out (such as a search or online purchase)will be repeated. To resend the data, click OK, otherwise click cancel.
 
the page you are refreshing submits a data to the database... thats why its adding new records..
Youäve simply writen a messy code that submits data on every refresh after you resent the post data..
 
Alexei Kubarev said:
the page you are refreshing submits a data to the database... thats why its adding new records..
Youäve simply writen a messy code that submits data on every refresh after you resent the post data..

Do you have any solutions for it?Thanks.

Beckmann
 
i dont have the cod but it will help if you display data on different page and after submiting you can send a user over to another page..
 
Back
Top