[removed] does not change the webpage in IE9?

前端 未结 5 1874
独厮守ぢ
独厮守ぢ 2020-12-17 04:42

I am trying to redirect to a different page in IE9 (9.0.3).

When I try to get/set document.location, or document.location.href, or wi

5条回答
  •  無奈伤痛
    2020-12-17 05:20

    Perhaps your IE9 has some security restrictions in place that prevent JavaScript from directing URL's. window.location.href = "" should work normally on IE9.

提交回复
热议问题