Prints the given value to the specified response object.
Syntax
print( response , string )
response.print( string )
Parameters
response
|
the response object to use.
|
string
|
the value to output.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response( ).print( "<BR>" )
|