Referenceerror: Not Defined With Activex
what does it mean to get this error: ReferenceError: ActiveXObject is not defined var fso = new ActiveXObject('Scripting.FileSystemObject'); here is my code: var fso = new Act
Solution 1:
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.
Post a Comment for "Referenceerror: Not Defined With Activex"