motorhead
03-03-2003, 11:14 AM
I'm working on a page that will only be viewed by users using IE 5.5.
I've got the page opening with all toolbars hidden. However, I need to disable all of the shortcut keys ( e.g. CTRL+R - reload).
I know that there is a function in Netscape called setHotKeys() which you can set to false. However, I can't find an equivalent for IE.
I've tried capturing a CTRL + Key combination using event.CtrlKey but this only works for key combinations that are not IE shortcut keys.
Any help would be greatly appreciated.:confused:
I've got the page opening with all toolbars hidden. However, I need to disable all of the shortcut keys ( e.g. CTRL+R - reload).
I know that there is a function in Netscape called setHotKeys() which you can set to false. However, I can't find an equivalent for IE.
I've tried capturing a CTRL + Key combination using event.CtrlKey but this only works for key combinations that are not IE shortcut keys.
Any help would be greatly appreciated.:confused: