问题:IE11下window.history.go(-1)返回404

Posted 锲而不舍,金石可镂

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了问题:IE11下window.history.go(-1)返回404相关的知识,希望对你有一定的参考价值。

解决方法:

  在后面添加return false,如:

onclick="javascript:window.history.go(-1);return false"

 

  这个问题在IE8下是不存在的,IE11下会有这个问题 

以上是关于问题:IE11下window.history.go(-1)返回404的主要内容,如果未能解决你的问题,请参考以下文章

Window History对象

javascript.history.go();

window.history back/go/forward/reload

页面跳转刷新

解决window.history.go(-1)执行后不刷新页面的问题

javascript:window.history.go(-1)什么意思啊?