| Syntax |
|
| Documentation | Examines if a cookie with the given name exists:
|
| Examples | |
$if{$existsCookie{Username}}
VALUE="$getCookie{Username}{}"> }
VALUE="enter username"> } Result: if cookie "Username" exists, the value appears in the textfield: <Cookie> . If cookie "Username" does not exist, "enter username" appears in the textfield "enter username". |
|
| Group | Net |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_ADVANCED |
| Minimum parameters | 1 |
| Maximum parameters | 1 |