登陆后禁止浏览器回退按钮

 登陆后禁止浏览器回退按钮

 

解决问题:

系统登录退出后,跳转到登录页面,登录页面点击浏览器后退按钮,页面后退到之前登录的页面。在退出登录后,禁止浏览器点击后退按钮,进行页面回退;

解决办法:

在登陆后的主页面上加入以下代码就可以禁止浏览器回退按钮

window.location.hash="no-back";
window.location.hash="Again-No-back-button";
window.onhashchange=function(){window.location.hash="no-back";}

 

posted @ 2019-04-16 19:10  xiapeixuan  阅读(909)  评论(0编辑  收藏  举报