禁用浏览器上的"后退"按钮 防止使用后退按钮(在IE中)
我必须禁用浏览器的后退和前进按钮(IE和Firefox两者).我试过了:
//disable back button window.onbeforeunload= function() { } window.history.forward(1);
但这只适用于IE. 有没有万无一失的解决方案?
html javascript firefox
firefox ×1
html ×1
javascript ×1