Link outside of an Iframe
I have links within an ifram开发者_运维技巧e that are external, and I would like them to open in the same window, leaving the iframe. Thanks!
You want to specify target="_top" like so:
<a href="http://example.com/" target="_top">Click me!</a>
加载中,请稍侯......
精彩评论