UnblockWindowManagement Method
The UnblockWindowManagement method unblocks the window management and ensures thereby unwanted new windows to get blocked.
Syntax
AdminFunctions.UnblockWindowManagement()
|
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.UnblockWindowManagement();
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top