ConnectOnDemand Property



 
The ConnectOnDemand property indicates whether to establish a connection on demand.


Syntax

    [bool=] SiteKiosk.Dialup.ConnectOnDemand
    
Possible Values
    Boolean value that retrieves the connect on demand status.

    The property is read only.
Remarks
    None.
Examples
    The following example determines whether to connect on demand and shows it in an alert window.

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

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

Back to top