Count Property



 
The Count property contains the number of plugins.


Syntax

    [long=] SiteKiosk.Plugins.Count
Possible Values
    Long value that retrieves the number of plugins.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of plugins in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins.Count);
    </SCRIPT>

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

Back to top