码迷,mamicode.com
首页 > Web开发 > 详细

通过js禁用浏览器的回退事件

时间:2019-07-21 18:50:09      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:nbsp   浏览器   script   lis   tor   pst   bsp   rip   func   

js代码:

<script>
history.pushState(null, null, document.URL);
window.addEventListener(‘popstate‘, function () {
    history.pushState(null, null, document.URL);
});
</script>

 

通过js禁用浏览器的回退事件

标签:nbsp   浏览器   script   lis   tor   pst   bsp   rip   func   

原文地址:https://www.cnblogs.com/YeHuan/p/11221927.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!