Faqts : Business : Programming : Shopping For You : JavaScript

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

169 of 211 people (80%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

Can I disable any of the function keys using JavaScript?
Yes this is fine as long as I have a document without frames. How can i implement it for all frames

Sep 13th, 2009 11:36
......... ....., Joe Bloggs, khalid khalid, forum net tr, ha mo, Darton Williams, Bj Price, Colin Fraser, Vicky Hora, chitra prakash, http://www.jr7sa.com


(As mentioned elsewhere on this site)
I found a way to do it, but it only works in IE and I've only tested 
it 
in IE5+. Netscape doesn't seem to return anything for function keys. 
If 
you trap the keyCode you want to disable and assign a new value to it, 
you can do whatever you want with the function keys. The keycodes for 
them are 112 - 123. The only real use I've found for this is in a 
proprietary app I'm developing for IE, but I guess you could also 
annoy 
the heck out of some people with it.

document.onkeydown = function(){

http://www.accounting.logicdunia.com/contect.htm
http://www.accounting.logicdunia.com/feedback.htm
http://www.accounting.logicdunia.com/about.htm
http://www.accounting.logicdunia.com/index.htm
http://www.accounting.logicdunia.com/quick_books_accounting.htm
http://www.accounting.logicdunia.com/accounting_provisions.htm
http://www.accounting.logicdunia.com/tax_preparation.htm
http://www.accounting.logicdunia.com/small_business_accounting.htm
http://www.accounting.logicdunia.com/how_To_Use_an_accountant.htm
http://www.accounting.logicdunia.com/cash_flow_and_accounting.htm
http://www.accounting.logicdunia.com/accountant_data_transfer.htm
http://www.accounting.logicdunia.com/payroll_accounting.htm
http://www.accounting.logicdunia.com/capital_markets.htm
http://www.accounting.logicdunia.com/management_accounting.htm
http://www.accounting.logicdunia.com/account_and_finance.htm
http://www.accounting.logicdunia.com/locerte_tax.htm
http://www.accounting.logicdunia.com/accounting_history.htm
http://www.accounting.logicdunia.com

======================================