我刚刚安装了 IE 10,例如我去一个网站
http://www.example.com/a_page.html
其中有一些链接指向
http://www.example.com/another_page.html
与目标 =“_blank”
在 Firefox 和其他链接中,在新选项卡中打开,但在 IE 10 中,当我单击时,我会在屏幕底部收到通知:
Internet Explorer blocked a pop-up from www.example.com [Allow once] [Options for this site]
当然没有新标签,没有加载。
为什么为什么为什么……这么惨……
版本:10.0.9200.16521
重现它的代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
<a href="http://www.example.com" target="_blank">6 maybe is dead, but 10 is alive.</a>
</body>
</html>
注意:此代码可以托管在http://www.example.com和指向同一域的链接。