Click to See Complete Forum and Search --> : response.redirect


nfuego2
04-19-2003, 07:01 AM
I am trying to redirect a customer to a specific url/page once they login with a password ... is this the correct way to do so and if so why is it not working?? Am I missing something else??


If (cust_code ="Oakland_College") Then
Response.Redirect "https://" & request("HTTP_HOST") & getWebPath & "oaklandcollege.asp"
End If