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.
iframe内から別のタブにリンクするにはどうすればよいですか?私が通常iframe内からリンクすると、それはあなたに
javascriptを使用する必要がありますか?もしそうなら、どのようにそれをしますか?
例(2番目のカルーセル画像): http ://www.facebook.com/pages/New-York-Life-DFW/116752861740593?sk = app_208195102528120
target="_top"Facebook(またはあなた)がすべてを別のフレームにラップすることにした場合に備えて使用します。
target="_top"
リンク先を「_parent」に設定すればできると思います
つまり、これはiframe内のリンクになります。
<a href="http://www.facebook.com/some-other-tab" target="_parent">Go to another tab</a>