Quit Method
The Quit method terminates SiteKiosk.
Syntax
Return Value
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 top