<iframe src="http://astore.amazon.com/itbumobile-20?wmode=transparent" width="100%" height="6000" frameborder="0" scrolling="no"></iframe>
在此iframe中,新的链接 在父窗口内打开。
<iframe src="http://www.w3schools.com" width="100%" height="6000" frameborder="0" scrolling="no" wmode="Opaque"></iframe>
在这个iframe中,新的链接不会在父窗口中打开。
但两个iframe编码看起来是一样的。不同行为的实际技巧是什么?
答案 0 :(得分:1)
<a href="http://en.wikipedia.org" target="_top">Top</a>
<a href="http://en.wikipedia.org" target="_self">Self</a>
target
的魔力:http://jsfiddle.net/DerekL/wxcufehg/