IE8 ActiveXObject problem
Posted
by Codeffect
on Stack Overflow
See other posts from Stack Overflow
or by Codeffect
Published on 2010-06-03T09:06:31Z
Indexed on
2010/06/03
9:24 UTC
Read the original article
Hit count: 543
JavaScript
|activex
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?
© Stack Overflow or respective owner