This is my first project with VBScript and I'm running into a problem. I need to change the browser's document from the ASP page that it's currently running on to one defined by a if/then statement (results inserted into a variable).
But trying to use (URL1 is the variable with the new document name)
Window.document = URL1
Comes back with an Object required error.
Any tips from the master's out there?
Thanks in advance.
Chuck
But trying to use (URL1 is the variable with the new document name)
Window.document = URL1
Comes back with an Object required error.
Any tips from the master's out there?
Thanks in advance.
Chuck