<tml:urlparameter>

Description:
Returns the content of a URL parameter.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:
Valid abbreviations for this tag: tml:urlparam...
Examples:
    When a page has been opened with the URL ".../key?customer=Mayer", the code

    <tml:urlparameter name="customer"/>

    returns the text "Mayer".