Width Property



 
The Width property contains the width of the SiteKiosk window.


Syntax

    [integer=] SiteKioskWindow.Width
Possible Values
    Integer that retrieves the width of the window.

    The property is read only.
Remarks
    None.
Examples
    The following example reads the Width property and shows it in an alert window.

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

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

Back to top