
Jscript error: Automation Server can't create object
Dear all,
I am a newbie to Jscript.
I wrote a Jscript/HTML program and it ran fine under IE 4 on my NT Work
Station 4 (SP3).
However, when I try to run the same Jscript/HTML program under IE 4 on
Windows 95, the script reports the following error:
"Automation server can't create object"
on the script line contains the following statement:
fso = new ActiveXObject("Scripting.FileSystemObject");
Could any one please explain what I am missing or what I have done is
illegal under Windows 95 environment?
Thanks in advance,