CheckFrames Property
The CheckFrames property indicates whether to check frames for this zone.
Syntax
SiteCashZone.CheckFrames [=bool]
|
Possible Values
Boolean value that specifies or retrieves the check frames status.
|
The property is read/write.
Remarks
Examples
The following example determines whether to check frames for the first existing zone and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").Zones.Item(1).CheckFrames);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top