Uncaught ReferenceError: ActiveXObject is not defined Error in Chrome

前端 未结 3 1104
无人共我
无人共我 2021-01-12 14:03

i have this error in Chrome \"Uncaught ReferenceError: ActiveXObject is not defined \"

my code is

function loadModel() {

            //------------         


        
3条回答
  •  囚心锁ツ
    2021-01-12 14:44

    The problem is the security setting of your browser is blocking it.

    If you try IE6 the code should work. You have to use a dead browser because the new browsers block it from working as part of a killbit fix that Microsoft did to fix a security issue.

提交回复
热议问题