BlockWindowManagement Method
The BlockWindowManagement method blocks the window management and prevents thereby new windows from being blocked.
Syntax
AdminFunctions.BlockWindowManagement()
|
Return Value
Remarks
The AdminFunctions object is only available in the escape menu.
Examples
The following example prevents new windows from being blocked.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
AdminFunctions.BlockWindowManagement();
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top