Returns the value associated with the specified Context' attribute name.
Syntax
getAttribute( context , string )
context.getAttribute( string )
Parameters
context
|
the Context object.
|
string
|
the name of the attribute.
|
Returns
object
|
the value associated with the specified attribute name. null if none.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
object = Context( ).getAttribute( name )
|