1) On the doc ONLOAD function how to I declare a variable that can be used throughout several functions. Like in VB6 I can set a dim statement in the general declarations area at the top of the functions.
2) How do you import a class object that I created for use in VBScript? This is my first web application and am use to VB6 Objects and would like to use a class obj's scripts that I've created from within the html doc?
2) How do you import a class object that I created for use in VBScript? This is my first web application and am use to VB6 Objects and would like to use a class obj's scripts that I've created from within the html doc?