DisconnectSoon Method



 
The DisconnectSoon method disconnects immediately if no connection-cookie exists.


Syntax

    SiteKiosk.Dialup.DisconnectSoon()
Return Value
    None.
Remarks
    None.
Examples
    The following example closes the Internet connection.

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

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

Back to top