chotchstar
MIS
Hi, I'm new to this forum and wondered if anyone could help.
I would like to redirect a web page using vbscript. I know how to do this using javascript (something like window.location...) but have been unable to find out how to do this using vbscript.
The code i've got at the moment is basically this:
if condition = true then
do function
else
redirect to new page
end if
I hope this query makes sense and any thoughts or advice would be much appreciated, thanks in advance!
I would like to redirect a web page using vbscript. I know how to do this using javascript (something like window.location...) but have been unable to find out how to do this using vbscript.
The code i've got at the moment is basically this:
if condition = true then
do function
else
redirect to new page
end if
I hope this query makes sense and any thoughts or advice would be much appreciated, thanks in advance!