6.3.10 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
Response.End
Remarks
If Response.Buffer is set to True, End flushes the buffer. If you do not want the result set sent to the client, use the following:
Response.Clear
Response.End
Copyright © 2000 Chili!Soft
|