Encodes the specified URL by adding an necessary session ID.
Syntax
encodeURL( response , string )
response.encodeURL( string )
Parameters
response
|
the response object to use.
|
string
|
the url to encode.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
encoded_url = Response( ).encodeURL( url )
|