开发者

How can I avoid the IE7 pop-up blocker when opening same-site links in a new window?

开发者 https://www.devze.com 2023-02-24 21:48 出处:网络
If I have a page with a regular link, to another page on the same site, using target=\"_blank\", it appears the Internet Explorer 7 pop-up blocker will catch it.

If I have a page with a regular link, to another page on the same site, using target="_blank", it appears the Internet Explorer 7 pop-up blocker will catch it.

For example the "Try it yourself" link here: http://www.w3schools.com/HTML/html_links.asp

Is anyone aware of a way to have a link open in a new tab/window in IE7 without triggering the pop-up blocker? I'm surprised that it will suppress links within the same site using target="_blank" - they're initiated by a direct user action. E.g. Chrome does not block those lin开发者_运维技巧ks from opening new tabs.

0

精彩评论

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