
Response.Redirect problem
You either
1)set the buffer to true <%Response.buffer=True%> or
2)put the redirect statment befor the <HTML> Tag.
Best Luck
Rania
Quote:
> Hi, Pauli!
> Put this code at the start of the ASP page:
> <%Response.Buffer = True %>
> <HTML>
> <HEAD>
> .............
> Best Regards
> >I try to use response.redirect to get to an error page, but I get
always
> >the error message:
> >Response object error 'ASP 0156 : 80004005'
> >Header Error
> >/koe10b.asp, line 4
> >The HTTP headers are already written to the client browser. Any HTTP
> >header modifications must be made before writing page content.
> >Does anybody know why?
> >Pauli
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.