Searches for a parameter in a querystring.
Remove a cookie parameter.
Removes parameter from a querystring.
Default: window.location
url
Removes parameter from an url.
url
Transforms an Array to a string.
|| is the separator where | as escaped with |0.
Get base url.
path e.g. folder/file.vm
Retrieve value of a cookie parameter.
Get the GUID or ID of functional part, where given element is part of, otherwise empty string.
Get value of a url querystring parameter.
Default: window.location
Get Object with url querystring parameters or false if none found.
Get value of a url querystring parameter or false if none found.
Default: window.location
Get Object with url querystring parameters or false if none found.
Decodes a hexadecimal to UTF-8-String.
Encodes an UTF-8-String to hexadicmal.
Encodes particular html characters.
Shall " " (space) with be replaced. Default: false
Shall \n with <br> be replaced. Default: false
Check, if cookies are enabled.
Merges two query-strings.
Default: ""
Default: ""
Changes or adds a cookie parameter.
New cookie parameter or parameter to change.
Shall expire 365 days from now.
Time in ms to be added to current year. Overrides expires.
Changes value of a url querystring parameter. Adds parameter, if not exists already.
Default: ""
url
Changes value of a url querystring parameter.
Adds parameter, if not exists.
Default: ""
Default: window.location
url
Trim left and right whitespaces from a string.
Splits a string to an Array.
|| is used as separator, while |0 is unescaped to |.
Helper provides several auxiliary functions for Intrexx.
IMPORTANT: Please do not use these functions anymore since they will be removed in a future release. Use the corresponding functions given in the respective sections instead.
Please refer to IxUtil as a replacement.