AppSpecialist
Programmer
This should be easy... but I cannot find reference to doing it.
I want to activate a url as a variable through VBScript depending on a number of conditions and change where the user is sent.
The following demonstrates what In need to do...
If condition1 is met then
activate page1
Else if condition2 is met then
activate page 2
Else activate page 3
End If
Any Ideas? Thanks...
I want to activate a url as a variable through VBScript depending on a number of conditions and change where the user is sent.
The following demonstrates what In need to do...
If condition1 is met then
activate page1
Else if condition2 is met then
activate page 2
Else activate page 3
End If
Any Ideas? Thanks...