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...