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>
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>
精彩评论