Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q733 What does hotkeys=no actually disable when used when opening a new window? ?

irt.org | Knowledge Base | JavaScript | Window | Q733 [ previous next ]

Q733 What does hotkeys=no actually disable when used when opening a new window? ?

hotkeys - disables most keyborad shortcuts for windows with no menubar. Only supported on Netscape Navigator 4, and requires UniversalBrowserWrite privilege.

<SCRIPT LANGUAGE="JavaScript1.2"><!--
if (document.layers) {
    // request privilege
    netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserWrite');

    window.open('http://www.irt.org/','windowName','hotkeys=no');
}
//--></SCRIPT>

Take a look at the following URL for information on signing JavaScript code http://developer.netscape.com/library/documentation/signedobj/signtool/.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.