redhawk
03-12-2003, 08:26 AM
Beginner question:
I'm trying to write a script, under visual studio 6.
I opened an asp page and added a client side script.
:
<SCRIPT LANGUAGE=vbscript>
<!--
set WshShell = WScript.CreateObject("WScript.Shell")
'WScript object used to echo information
WScript.Echo "Hello World!" 'VBScript
//-->
</SCRIPT>
Why can't I see the object methods?
What should I do to see them?
I'm trying to write a script, under visual studio 6.
I opened an asp page and added a client side script.
:
<SCRIPT LANGUAGE=vbscript>
<!--
set WshShell = WScript.CreateObject("WScript.Shell")
'WScript object used to echo information
WScript.Echo "Hello World!" 'VBScript
//-->
</SCRIPT>
Why can't I see the object methods?
What should I do to see them?