is there a way to disable IE browser shortcuts key (ctrl+n, ctrl+r, ctr+e, f5,... etc) in a popup window window.., using javasript/vbscript
help pleassssss
Heavily struck, pls help! to disable IE shortcuts...?ie
The short answer is that you can capture keystrokes with the onkeydown event in JavaScript and simply have the browser discard the event for whatever key is pressed.
No comments:
Post a Comment