Window Property



 
The Window property contains the handle of the SiteKiosk window.


Syntax

    [long=] SiteKioskWindow.Window
Possible Values
    Long value that retrieves the window handler.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the handler of the SiteKiosk window.

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

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

Back to top