PricePerPage Property
The PricePerPage property contains the price per page.
Syntax
[currency=] SiteKiosk.Plugins("SiteCash").PricePerPage
|
Possible Values
Currency value that retrieves the price per page.
|
The property is read only.
Remarks
Examples
The following example shows the price per page in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").PricePerPage);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top