Kill Method
The Kill method destroys the SiteKiosk window.
Syntax
Return Value
Remarks
Javascript events like "onUnload" will not fire when using this method.
Examples
The following example destroys the SiteKiosk window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKioskWindow.Kill();
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top