|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Halting the output! |
From: |
Gregory Lovas |
Date: |
8/11/2000 7:10:29 PM |
IP: |
24.4.252.5 |
If you want to wait until all information is processed before sending any HTML to the browser, you can set: Response.Buffer = True. This will wait until all information is buffered before sending the information back.
Also, in you example, you were doing a redirect after you posted information to the browser...this will cause you an error. Redirect happens immediately and requires that no information has been buffered yet.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|