假设你有一个iframe:
<iframe style="border-radius:15px;" width="190" height="450"
frameborder="0" scrolling="no" marginheight="5"
marginwidth="10" src="../img/interactive_map/interactive_sverige.htm">
</iframe>
它有本地源,这是一个交互式地图。地图包含链接。目标是在您已经存在的窗口中打开链接,而不是在iframe本身(在页面上)。
这可能吗?
/日Thnx
答案 0 :(得分:0)
不会在interactive_sverige.htm的链接中添加target =“_ top”吗?
所以在你的iframe中:
<a href="foo.html" target="_top">Foo</a>