Logout Property



 
The Logout property contains the URL of the logout page.


Syntax

    [str=] SiteKiosk.URLs.Logout
Possible Values
    String that retrieves the URL.

    The property is read only.
Remarks
    The logout page is shown when the user pressed the logout button.
Examples
    The following example shows the URL of the logout page in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.URLs.Logout);
    </SCRIPT>

Applies to
    SiteKiosk v6.0 (and later versions).

Back to top