If I run these scripts from a browser on the new box (localhost/command (as
an expample)) everything works just fine.
However, if I ran the same thing from a browser on my machine, either
nothing will happen at all, or I'll get this error, depending on what script
I'm trying to run.
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'WScript'
/status/subroutines.asp, line 87
Line 87 in this example only calls wscript.echo. It works fine when
referring to the old server. It works fine on the new server using
localhost. Any ideas on what could be the problem?
Thanks,
Mark
javascript has variables
vbscript has constants
---------------------------------------
download the latest, e.g. jscript.dll from ms, version 5.8
and register ?
"Mark Brown" <mbr...@echd.org> wrote in message
news:eX9OP9nV...@TK2MSFTNGP02.phx.gbl...
"jonny" <jo...@what.com> wrote in message
news:emRFaWcZ...@TK2MSFTNGP04.phx.gbl...