我刚刚安装了IE 10,我去了一个网站,例如
http://www.example.com/a_page.html
有一些链接指向
http://www.example.com/another_page.html
目标=“_空白”
在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,链接指向同一个域。