其它浏览器下能正常打开,但在IE6下提示:
Internet Explorer cannot open the Internet site http://xxx.xxxxx.com.已终止操作
如图:
出现此问题的原因是页面内容未加载完成,有引入的js动态操作页面元素。在引入js时使用延迟defer="defer"可解决。