SiteKiosk Documentation
One Step Back

Kill Method




The Kill method destroys the SiteKiosk window.


Syntax

    SiteKioskWindow.Kill()
Return Value
    None.
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 topBack to top

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