URLparam

@command syntax: @URLparam( <param name string> )

The URL parameter retrieval command gets the value of the specified object from the parameter section of the URL and assigns that value to the named object in the running application, so in the example below 'myObject' is an object in the Knowledge Module and would be called as follows http://localhost/xr_javascript/main.html?myObject=xyz

For example:

@URLparam 'myObject'