PDA

View Full Version : Browser Location


Slurry
07-30-2002, 07:12 AM
I havent had a lot of ASP experience mostly cold fusion. What I want to know is what the equivalent is for a window.location (javascript) or a <cflocation url="...'> (colf fusion) is with ASP.

Thanks

glenngv
07-30-2002, 07:27 AM
is this what you mean?

response.redirect "page.asp"

Slurry
07-30-2002, 07:41 AM
Thats what Im after thanks a bunch