I have seen the code below to launch external applications from VBScript. The problem I am having is the same code doesn't seem to work in a web page. I am not sure what tags I should use with the code and when I try and run the following code:
Dim WshShell Set
WshShell = CreateObject("Wscript.shell"
WshShell.Run ("Notepad.exe)
Netscape gives me the following error message:
Microsoft VBScript runtime error'800a01a8'
Object required: 'WScript'
+ the line of the error
Any thank you for any help.
[sig][/sig]
Dim WshShell Set
WshShell = CreateObject("Wscript.shell"
WshShell.Run ("Notepad.exe)
Netscape gives me the following error message:
Microsoft VBScript runtime error'800a01a8'
Object required: 'WScript'
+ the line of the error
Any thank you for any help.
[sig][/sig]