我不敢相信我正在使用框架(facebook)

发布于 2024-11-25 21:48:15 字数 410 浏览 3 评论 0原文

自 20 世纪 90 年代中期以来,我就没有处理过这个问题。

 <a href="http://www.google.com" class="learnmorebutton">learn more</a> 

当我点击一个链接说 http://www.google.com 时,facebook 会在框架中呈现 google。我不想要这个。我希望该链接能够将我带到 google,然后离开 facebook.com。

查看图片以查看问题:

在此处输入图片描述

I haven't dealt with this since the mid 90's.

 <a href="http://www.google.com" class="learnmorebutton">learn more</a> 

When I click a link to say http://www.google.com, facebook renders google in the frame. I don't want this. I want the link to take me to google and out of facebook.com.

See the image to see the problem:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

动听の歌 2024-12-02 21:48:15

尝试:

<a target="_top" href="...">Link</a>

Try:

<a target="_top" href="...">Link</a>
深巷少女 2024-12-02 21:48:15

您必须在标签 a 中添加一个属性:target="_top" 或者如果您想在新窗口中打开:target="_blank"

you must put an attribute to the tag a: target="_top" or if you want to open in new window: target="_blank"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文