Hey, this used to work, but when I execute
in my ASP page, I am getting the following error:
I don't get it. The URL is relative addressing, and it's always worked. Now it doesn't.
Shaun Merrill
--Shaun Merrill
Code:
Response.Redirect "url"
Code:
Response object error 'ASP 0156 : 80004005'
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
I don't get it. The URL is relative addressing, and it's always worked. Now it doesn't.
Shaun Merrill
--Shaun Merrill