gpt4 book ai didi

javascript - 如何在主窗口中加载 URL 内容

转载 作者:行者123 更新时间:2023-11-28 18:59:34 25 4
gpt4 key购买 nike

我正在使用下面的代码加载 iFrame 中的一些内容。

<html>
<head></head>
<body>
<div style="position: absolute; overflow: hidden; left: 0px; top: 0px; width:550px; height:280px;" onClick=onStopRecording();>
<div style="overflow: hidden; margin-top: -100px; margin-left: -25px;"></div>
<iframe id="exIframe" src="http://example.com" scrolling="no" frameborder="0" style="height: 280px; border: 0px none; width: 550px; margin-top: -60px; margin-left: -24px;"></iframe>
</div>
</div>
</body>
</html>

现在,当我单击 iFrame 内的 URL 时,它需要重定向到该 URL 并加载到主窗口本身中。

但它正在 iFrame 内加载。

请注意,我在 iFrame 内使用第三方网站,我无法访问编辑代码

你能帮忙吗?

提前致谢。

最佳答案

你需要这样做:

window.top.location.href = "http://www.google.com"; 

关于javascript - 如何在主窗口中加载 URL 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32868996/

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