Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个通过fancybox iframe 访问的页面设置。fancybox iframe 中的链接如何加载到 iframe 的父窗口中?所以如果用户点击链接,它会重新加载页面并加载点击的链接。我该怎么做呢?
使用 的target属性<a>。
target
<a>
例子:
<a href="yourLink.html" target="_top">Click me!</a>
Target 可以接受五种值类型: