CountDown Property



 
The CountDown property specifies if the surfing-time countdown is active or halted.


Syntax

    SiteKiosk.Plugins("SiteCash").CountDown [=bool]
Possible Values
    Boolean value that specifies or retrieves if the
    countdown is active.

    The property is read/write.
Remarks
    If credit is available and the countdown is halted, surfing is still possible.
Examples
    The following example shows the countdown status in an alert window.

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

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

Back to top