Top Property



 
The Top property contains the top margin of the window.


Syntax

    [integer=] SiteKioskWindow.Top
Possible Values
    Integer that retrieves the top margin of the window.

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

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

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

Back to top