parent.location.href为啥没效果

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了parent.location.href为啥没效果相关的知识,希望对你有一定的参考价值。

就是我在a页面点个连接到b页面,跳转的同时让a页面跳转到指定url。
<script language="javascript" type="text/javascript">
window.parent.location.href="url";
</script> 这是b页面的
不知道为啥a不动呢

参考技术A 你是用了框架?你是想实现父级框架的返回还是本框架内返回?如果是父级框架返回就写parent.location.href=url;如果是本框架就直接写window.location.href=url;

以上是关于parent.location.href为啥没效果的主要内容,如果未能解决你的问题,请参考以下文章

关于js中window.location.href,location.href,parent.location.href,top.location.href的用法

关于js中"window.location.href""location.href""parent.location.href"&qu

location.href的几种用法

window location跳转

window.location与window.open()的区别

location.href的用法