还在苦苦敲代码开发APP?你out啦! 试试积木搭建APP吧~

js页面跳转window.location.href很多浏览器不支持的解决方法

来源:清泛编译     2016-05-31 14:00:09    人气:     我有话说( 0 人参与)

在js里用window.location.href("xxxxx");来实现页面直接跳转功能。如:window.location.href(" index.html");IE内核浏览器木有问题。火狐...

js里用window.location.href("xxxxx");来实现页面直接跳转功能。如:

window.location.href("/index.html");

IE内核浏览器木有问题。火狐、谷歌不支持。

据说 window.location.href有 ="xxxxx" 和("xxxxx")两种用法,支持的浏览器各不相同,所以这个方法很不通用。

查到这个方法可以解决:top.window.location ="index.html";


此外,window.location.href = window.location.href; 和 window.location.Reload(); 和都是刷新当前页面。区别在于是否有提交数据。当有提交数据时,window.location.Reload()会提示是否重新提交。

js 页面跳转 href

注:本文为本站或本站会员原创优质内容,版权属于原作者及清泛网所有,
欢迎转载,转载时须注明版权并添加来源链接,谢谢合作! (编辑:admin)
分享到: