Returns the decoded form of the specified x-www-form-urlencoded string.
Syntax
decode( string )
string.decode( )
decode( request , string )
request.decode( string )
Parameters
string
|
the encoded value to decode.
|
request
|
the request object to use.
|
Returns
string
|
the decoded value.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
v = encode( ev )
|