ConnectionStatus Property



 
The ConnectionStatus property contains the current connection status.


Syntax

    [bool=] SiteKiosk.Dialup.ConnectionStatus
Possible Values
    Boolean value that retrieves the connection status.

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

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

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

Back to top