Removes the named attribute and associated object from the specified Context.
Syntax
removeAttribute( context , string )
context.removeAttribute( string )
Parameters
context
|
the Context object.
|
string
|
the name of the attribute to remove.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Context( ).removeAttribute( name )
|