WarningTime Property



 
The WarningTime property contains a period of time. When the remaining surftime reaches this value, a payment request is displayed.


Syntax

    [long=] SiteKiosk.Plugins("SiteCash").WarningTime
Possible Values
    Long value that retrieves the number of seconds.

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

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").WarningTime);
    </SCRIPT>

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

Back to top