开发者

how to disable browser refresh confirmation message [resend cancel] from javascript [duplicate]

开发者 https://www.devze.com 2023-02-01 01:57 出处:网络
This question already has answers here: 开发者_开发技巧 Closed 12 years ago. Possible Duplicate: Stop browsers asking to resend form data on refresh?
This question already has answers here: 开发者_开发技巧 Closed 12 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消