Count Property



 
The Count property contains the number of IP addresses.


Syntax

    [long=] SiteKiosk.Network.InternetAddresses.Count
Possible Values
    Long value that retrieves the number of addresses.

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

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

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

Back to top