|
-
Jan 30th, 2002, 09:32 AM
#1
Thread Starter
Lively Member
Easiest question ever
Hi People... I get this error "The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. "
I know EXCALTY what is , but how can I prevent it? Response.flush? I can't remeber how to skip it.
How do I pass this error ..
Thanks!
-
Jan 30th, 2002, 10:02 AM
#2
Addicted Member
When I get this error its because I've written out some HTML then try to write out a cookie or try to do a Response.Redirect. The only way I can avoid it is to arrange the code so that I write my HTML after those other writes.
-
Jan 30th, 2002, 12:24 PM
#3
Black Cat
Response.Buffer = True at the top of the page, but this is the default for IIS 5 and up.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
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
|