Clears the buffered output
made to this point.Syntax:
Response.Clear()
In some situations the script may need to "replace" the generated output
because of a some reason. For example this can be an error occurred somewhere in the middle
of the processing. In that case you may want to show some error instead of the incomplete
output.
ALP output is always buffered but this behavior may change and
in the next versions buffering may depend on the value of the Response.Buffer property.
Examples:
JScript/VBScript:
<% Response.Clear() %>
Applies to: Response object
|