开发者

Link outside of an Iframe

开发者 https://www.devze.com 2023-01-05 09:26 出处:网络
I have links within an ifram开发者_运维技巧e that are external, and I would like them to open in the same window, leaving the 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>
0

精彩评论

暂无评论...
验证码 换一张
取 消