Returns a URL to the specified resource.
Syntax
getResource( context , string )
context.getResource( string )
Parameters
context
|
the Context object.
|
string
|
the path to the resource.
|
Returns
url
|
the URL to the specified resource. null if none.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
url = Context( ).getResource( path )
|