SiteKiosk Documentation
One Step Back

BlockWindowManagement Method




The BlockWindowManagement method blocks the window management and prevents thereby new windows from being blocked.


Syntax

    AdminFunctions.BlockWindowManagement()
Return Value
    None.
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 topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam