Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ASP Response Object End Method

The End method stops the Web server from processing any additional script and sends the current result. The remaining contents of the file are not processed.

Syntax: ASP Response Object End Method

Response.End

Remarks: ASP Response Object End Method

If Response.Buffer is set to TRUE, End flushes the buffer. If you do not want the result sent to the client, use the following:

Response.Clear

Response.End

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.