Clears the output buffer on the specified response object.
Syntax
reset( response )
response.reset( )
Parameters
response
|
the response object to use.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
This clears any output in the output buffer. This method can only be used if output is being buffered. An exception will occur if this method is used and output is not being buffered.
Example
Response( ).reset( )
|