在 iframe 内切换 Facebook 标签

发布于 2024-11-04 17:57:39 字数 316 浏览 0 评论 0原文

如何从 iframe 内部链接到另一个选项卡?当我通常从 iframe 内部链接时,它会向您提供“

您必须使用 javascript 吗?”如果是这样你会怎么做?

示例(第二个轮播图像): http://www.facebook.com/pages/New -约克生活-DFW/116752861740593?sk=app_208195102528120

How to you link from inside an iframe to another tab? When i normally link from inside the iframe it provides you with a

Do you have to use javascript ? if so how would you do that?

Example (the second carousel image):
http://www.facebook.com/pages/New-York-Life-DFW/116752861740593?sk=app_208195102528120

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

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

发布评论

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

评论(2

静谧 2024-11-11 17:57:40

我会使用 target="_top" 以防 Facebook(或您)决定将整个内容包装在另一个框架中。

I would use target="_top" just in case Facebook (or you) decided to wrap the whole thing inside another frame.

往日 2024-11-11 17:57:40

我相信您可以通过将链接的目标设置为“_parent”来做到这一点

,即这将是您的 iframe 内的链接:

<a href="http://www.facebook.com/some-other-tab" target="_parent">Go to another tab</a>

I believe the that you can do it by setting the target of the link to "_parent"

i.e. this would be the link inside your iframe:

<a href="http://www.facebook.com/some-other-tab" target="_parent">Go to another tab</a>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文