MaxIdleTime Property



 
The MaxIdleTime property contains the maximum idle time before disconnecting.


Syntax

    [long=] SiteKiosk.Dialup.MaxIdleTime
    
Possible Values
    Long value that retrieves the maximum idle time.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the maximum idle time in an alert window.

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

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

Back to top