Quit Method
The Quit method quits the SiteCafe Manager.
Syntax
Return Value
Remarks
Examples
The following example quits the SiteCafe Manager.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe.Quit();
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top