直接上代码(可直接使用)
<script>
$(document).ready(function (e) {
var counter = 0;
if (window.history && window.history.pushState) {
$(window).on('popstate', function () {
window.history.pushState('forward', null, '#');
window.history.forward(1);
// alert("不可回退"); //如果需在弹框就有它
self.location="orderinfo.html"; //如查需要跳转页面就用它
});
}
window.history.pushState('forward', null, '#'); //在IE中必须得有这两行
window.history.forward(1);
});
</script>
Copyright © 2019- kushenhuo.com 版权所有
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务