|
-
Apr 30th, 2001, 07:25 PM
#1
Thread Starter
Lively Member
HTTP headers
I don't understand this error:
Response object error 'ASP 0156 : 80004005'
Header Error
/yadayada/Default.asp, line 8
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
And the code of the asp is:
<HTML>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
<% Response.Redirect "top.htm" %>
</BODY>
</HTML>
What's wrong? It worked on my home personal server (NT5) but doesn't work in school's server (NT4).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|