Friday, May 10, 2024
10
rated 0 times [  16] [ 6]  / answers: 1 / hits: 19289  / 14 Years ago, thu, june 3, 2010, 12:00:00

I want to use javascript to create a textfile, so I used :



This Line of code:



var fso = new ActiveXObject(Scripting.FileSystemObject);


It's working properly in IE6 but not in IE8.



Any suggested solution?


More From » internet-explorer-8

 Answers
64

IE8 internet setting is more secure, to it doesn't allow activex objects. If you have to run this, goto Tools->Internet Options-> Security->Custom Level->choose enable or prompt activex..


[#96597] Tuesday, June 1, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
austynp

Total Points: 505
Total Questions: 118
Total Answers: 106

Location: Tajikistan
Member since Sun, Aug 29, 2021
3 Years ago
austynp questions
;