Error "The automation server can not create object" when trying to use ActiveX

0

Does anyone know what kind of error this is? It happens when I try to instantiate the object:

var fso = new ActiveXObject("Scripting.FileSystemObject"); 
    
asked by anonymous 15.02.2016 / 16:56

1 answer

-1

Add the site in the trusted sites options

    
18.04.2017 / 19:09