Possible Duplicate:
Stop browsers asking to resend form data on refresh?
how to disable browser refresh confirmation message [resend cancel] from javascript .?
Possible Duplicate:
Stop browsers asking to resend form data on refresh?
how to disable browser refresh confirmation message [resend cancel] from javascript .?
Rather than having the user refresh the entire page, you might consider using AJAX and provide your own refresh button. It likely will make refreshing quicker as well because the entire page does not have to be reloaded.