|
-
May 11th, 2001, 06:25 AM
#4
Black Cat
response.redirect. You cannot use this call if the page has been written to and the viewer has seen data. (dont ask me why!!)
Response.Redirect uses an HTTP HEADER. If you've sent the viewer data (most likely html), then you've already sent them all the http headers, and can't send them another header. By definition, headers have to come first. Response.Buffer allows you to not send anything to the viewer until you say to or your script ends.
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
|