Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable F11 and Shift+F10 (IE5)

Status
Not open for further replies.

Cher

Programmer
Jun 18, 2001
3
US
I have to keep an application secure. I open the app in a window with the following:
function Start(page) {
OpenWin = this.open
(page, "CtrlWindow", "status=yes,toolbar=no,
menubar=no,location=no,scrollbars=yes,
resizable=yes");
}.
I disable the right mouse click.

Does anyone know how to disable the F11 (Toggle between Full Screen and regular view of the browser window) and Shift+F10 (Display menu) keyboard Shortcut keys?
 
You might be a little unhappy about it , but it's just cannot be done.
 
Maybe if you get some onKey stuff going for these. I think I saw something a while back on using these. Sorry, i looked but cant find where I saw it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top