Sets the status code of the specified response object.
Syntax
setStatus( response , integer )
response.setStatus( integer )
Parameters
response
|
the response object to use.
|
integer
|
the status code.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.setStatus( _STATUS_NOT_MODIFIED( ) )
|