Script don't run in Internet Explore 
Author Message
 Script don't run in Internet Explore

Hello,
I have writen a VBScript running with Internet Explore 5.0. This is a
part of the script
<SCRIPT LANGUAGE="VBScript">
set fso = CreateObject("Scripting.FileSystemObject")
</SCRIPT>
Actually this script is working fine, but it only runs on my develop
mashine.
I tried to run the script on another PC. The configuration of this
mashines:
NT 4.0, IE 5.0 (with WSH), Service Pack 5. I alread reinstalled WSH 5.1
to make sure it is correctly installed. But all the time get the
following error message:
ActiveX component can't create object "Scripting.FileSystemObject"
Does anyone know what's the problem?
Michael Brugger


Sat, 13 Jul 2002 03:00:00 GMT  
 Script don't run in Internet Explore
Security restriction in Explorer prevent objects to acces
systemresources (like the filesystem).
Explorer will show an alert in the statusbar.
Disable the securitysettings in Explorer.

Geert

-----Oorspronkelijk bericht-----

Gepost om: dinsdag 25 januari 2000 15:31
Gepost naar: vbscript
Discussie: Script don't run in Internet Explore
Onderwerp: Script don't run in Internet Explore

Hello,
I have writen a vbscript running with Internet Explore 5.0. This is a
part of the script
<SCRIPT LANGUAGE="VBScript">
set fso = CreateObject("Scripting.FileSystemObject")
</SCRIPT>
Actually this script is working fine, but it only runs on my develop
mashine.
I tried to run the script on another PC. The configuration of this
mashines:
NT 4.0, IE 5.0 (with WSH), Service Pack 5. I alread reinstalled WSH 5.1
to make sure it is correctly installed. But all the time get the
following error message:
ActiveX component can't create object "Scripting.FileSystemObject"
Does anyone know what's the problem?
Michael Brugger



Sat, 13 Jul 2002 03:00:00 GMT  
 Script don't run in Internet Explore
Yes, that was the problem! I have set "Security of Local Intranet" to LOW
under Internet options.
Thank you.


Sun, 14 Jul 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. SCripting Internet explore

2. WshShell.Run don't run WHY ???

3. Script works, script don't work

4. VB can't run non-Microsoft OCX when user don't login as Adminsitrator

5. WScript don't run under Win95 ???

6. Running shortcut don't work on 2000?

7. WScript don't run under Win95 ???

8. HTA Files Don't Run Anymore

9. wshell.run arguments don't work

10. Functions don't run in server side javascript

11. VB Script - Can a running script derive it's own path

12. VBA script to select recs which don't have an entry in another table

 

 
Powered by phpBB® Forum Software