BlockingEnabled Property
The BlockingEnabled property indicates whether popups will be blocked.
Syntax
SiteKiosk.SiteKioskUI.PopupManager.BlockingEnabled [=bool]
|
Possible Values
Boolean value that specifies or retrieves the enabled status.
|
The property is read/write.
Remarks
Examples
The following example enables popup blocking.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.SiteKioskUI.PopupManager.BlockingEnabled = true;
</SCRIPT>
|
Applies to
SiteKiosk v6.5 (and later versions).
Back to top