Left Property
The Left property contains the left margin value.
Syntax
[integer=] SiteKioskWindow.Left
|
Possible Values
Integer that retrieves the left margin value of the window.
|
The property is read only.
Remarks
Examples
The following example reads the Left property and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKioskWindow.Left);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top