开发者

Force page to refresh/reload if user clicks on back button in browser [duplicate]

开发者 https://www.devze.com 2023-04-10 17:06 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplic开发者_开发问答ate: Cross-browser onload event and the Back button
This question already has answers here: Closed 11 years ago.

Possible Duplic开发者_开发问答ate:

Cross-browser onload event and the Back button

How can I force a view/page to refresh when a user clicks browser back to that page?


use onunload

<body onunload="alert(unloading page')"></body>
0

精彩评论

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