gpt4 book ai didi

javascript - 如何从 iFrame 内部重定向?

转载 作者:行者123 更新时间:2023-11-28 05:57:39 31 4
gpt4 key购买 nike

我使用网站重定向页面 window.location.href ,它在所有流量以及 iframe 流量上都能正常工作。

 <script type="text/javascript">
window.location.href="http://newUrlLocation.com";
</script>

但是当我使用 top.location.href 时,它不会从 iframe 内部重定向。

<script type="text/javascript">
top.location.href="http://newUrlLocation.com";
</script>

请任何人帮助我,我想使用 top.location.href 来处理我的所有流量以及 iframe

最佳答案

使用:window.top.location.href

而不是:top.location.href

两者的区别:window.top.location vs window.location

关于javascript - 如何从 iFrame 内部重定向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37517429/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com