1.使用jquery实现跳转
$(location).attr('href',"http://www.google.com");$jq(window).attr("location","http://www.google.com");$(location).prop('href',"http://www.google.com");
2.使用javascript实现跳转
// 相当于 http redirectwindow.location.replace("ht北京市重点中学tp://stackoverflow.com");// 相当于 clicking on a linkwindow.location.href = "http://stackoverflow.com";
javascript其它的可实现页面跳转的方式
window.history.back(-1);window.navigate("top.jsp"); //old-ie-onlylf.location = 'top.jsp';top.location = 'top.jsp';window.l彩色印刷ocation=window.locaiton.host;winodw.locaiton.assign('http://www.baidu.com');ducument.location.href='/path';window.history.go(-1);
3.页面跳转路径错误问题
ie8以下的页面跳转需要使用绝对路径,使用相对路径的时候ie会自动网跳转的url上面加上当前页面的路径,这会导致跳转相逢何必曾相识是什么意思错误。 下面是解决办法:
function redirect (url) { var ua = navigat伤信or.uragent湖人另类控卫.tolowerca(),
本文发布于:2023-04-05 08:04:27,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/d5a13207a429c0c01c8c8698f81594c2.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:jq页面跳转到新页面(js点击跳转到指定页面).doc
本文 PDF 下载地址:jq页面跳转到新页面(js点击跳转到指定页面).pdf
留言与评论(共有 0 条评论) |