首页 > web前端 > js教程 > 正文

以下是一些适合所提供内容的问题标题: 选项 1(技术性更强): * 如何使用 JavaScript 从 Iframe 重定向父窗口? 选项 2(更多对话):

Susan Sarandon
发布: 2024-10-26 13:13:29
原创
641 人浏览过

Here are a couple of question titles that fit the provided content:

Option 1 (More technical):

* How to Redirect the Parent Window from an Iframe using JavaScript?

Option 2 (More conversational):

* Want to Redirect the Parent Window from an Iframe? He

从 iframe 重定向父窗口

问题:

如何使用 JavaScript从 iframe 中重定向父窗口?目标是当单击 iframe 中的超链接时将父窗口重定向到新 URL。

答案:

要重定向顶级父 iframe:

<code class="javascript">window.top.location.href = "http://www.example.com";</code>
登录后复制

重定向直接父级 iframe:

<code class="javascript">window.parent.location.href = "http://www.example.com";</code>
登录后复制

以上是以下是一些适合所提供内容的问题标题: 选项 1(技术性更强): * 如何使用 JavaScript 从 Iframe 重定向父窗口? 选项 2(更多对话):的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
作者最新文章
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!