IE8 ActiveXObject problem
- by Codeffect
I want to use javascript to create a textfile, so I used :
This Line of code :
var fso = new ActiveXObject("Scripting.FileSystemObject");
Its working properly in IE6 but not in IE8.
Any suggested solution?