Parameter | Description |
---|---|
sName | The name of the GET parameter (..?name=value) |
The specified GET parameter from the query string.
Function UrlParameter String sName Returns String
Call: | Get UrlParameter sName to StringVariable |
This function extracts a specific GET parameter from the query string. This value is always escaped HTML.
the query string:
?cookie=Harm%26John%26&Result=This is a test QueryString!
results in this value in UrlParameter:
Harm&John&