Count Property
The Count property contains the number of existing windows.
Syntax
[long=] SiteKiosk.WindowList.Windows.Count
|
Possible Values
Long value that retrieves the number of windows.
|
The property is read only.
Remarks
Examples
The following example shows the number of existing windows including applications other than SiteKiosk.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.WindowList.Windows.Count);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top