gpt4 book ai didi

html - 在 iFrame 外部打开特定链接

转载 作者:太空宇宙 更新时间:2023-11-03 20:55:30 24 4
gpt4 key购买 nike

我网站的特定部分在 iFrame 中运行。现在在 iFrame 内运行的网页中,我指定了 <base target="_parent" />对于所有链接,它们都在 iFrame 中打开(因此,如果我链接到我的主要网站主页,它将在 iframe 中打开)。现在我想要一个特定的链接在 iframe 外部和正常父网页内部打开。

我如何强制某个特定链接执行此操作?试过target="_blank"但仍会在 iFrame 中打开。

最佳答案

如果您使用的是 JavaScript:

        parent.document.location = "http://www.google.com"

如果您使用的是 HTML:

        <a href="http://www.google.com" target="_top">Google</a>

关于html - 在 iFrame 外部打开特定链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11032074/

24 4 0
文章推荐: css - 并排放置两个
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com