ActiveXObject in IE11

南楼画角 提交于 2019-12-11 03:45:31

问题


I am having a hard time figuring out this problem. I have two different pages where I do the following query.

Page 1 ->

if (typeof(window.ActiveXObject) != "undefined")
  //returns true

Page 2 ->

if (typeof(window.ActiveXObject) != "undefined")
  //returns false

Pages are running on same browser IE11 and same IIS server.

Any suggestions?

来源:https://stackoverflow.com/questions/25311570/activexobject-in-ie11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!