I have an ASP page that contains asp code and also vbscript code. The problem I have is I need to use Global variables that can be used within both the ASP code and the vbscript code.
Is this possible? Or do you have a suggestion as to how I can take a variable from ASP code and use it in vbscript code?
Is this possible? Or do you have a suggestion as to how I can take a variable from ASP code and use it in vbscript code?