SiteKiosk Documentation
One Step Back

Quit Method




The Quit method terminates SiteKiosk.


Syntax

    SiteKiosk.Quit()
Return Value
    None.
Remarks
    If the password protection has been enabled in the configuration you can also use "skcmd://quit" to show the password box before quitting.
Examples
    The following example terminates SiteKiosk.

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

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

Back to topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam