dadougalee
Programmer
I am using FileSystemObject in Javascript, to use to navigate files for a website. When I load the website, I get the runtime error, "Automation server can't create object". This error occurs at:
var xml = new ActiveXObject("Microsoft.XMLDOM")
->->->xml.async = false<-<-<-
fsObj = new ActiveXObject('Scripting.FileSystemObject');
Any ideas why this error is popping up? I am beginning to think that the error is brought up by some other error in the program, but I don't see any. Thanks for any help!
var xml = new ActiveXObject("Microsoft.XMLDOM")
->->->xml.async = false<-<-<-
fsObj = new ActiveXObject('Scripting.FileSystemObject');
Any ideas why this error is popping up? I am beginning to think that the error is brought up by some other error in the program, but I don't see any. Thanks for any help!