Close Method



 
The Close method closes the SiteKiosk window.


Syntax

    SiteKioskWindow.Close()
Return Value
    None.
Remarks
    None.
Examples
    The following example closes the SiteKiosk window.

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

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

Back to top