Maps the URL parameter at the given position, to enable manipulation of the parameter using normal querystring methods.

Syntax

Smartsite SXML CopyCode image Copy Code
url.mapparam(locator location, string name, integer index)

Parameters

Name Data Type Description
location Locator The location.
name String The name of the parameter to map the URL parameter to.
index Integer The index (1-based) of the URL parameter.

Return Value

None.
SXML