RemainingSurftime Property
The RemainingSurftime property contains the remaining time in seconds.
Syntax
[long=] SiteKiosk.Plugins("SiteCash").RemainingSurftime
|
Possible Values
Long value that retrieves the remaining seconds.
|
The property is read only.
Remarks
Examples
The following example shows the remaining time in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").RemainingSurftime);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top