Dialup Object



 
The Dialup object permits to establish a dial-up Internet connection.


Members Table

Remarks
    This object is available through the main object SiteKiosk. Use the Dialup object to connect to the Internet or to request the current connection status.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
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