F5 Keycode is not available in javascript

2007-09-18 Thread Chetan Bob
-Keycode-is-not-available-in-javascript-tf4471972.html#a12750800 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: F5 Keycode is not available in javascript

2007-09-18 Thread Chris Pratt
You might want to check out http://www.gklein.org/tests/js/disablekey.html, but trying to take over one of the Browser's primary responsibilities (like refreshing a page) isn't really a great idea. User's already have an expectation of what that key will do for them, and submitting a form isn't

Re: F5 Keycode is not available in javascript

2007-09-18 Thread Andrew Robinson
button Also document.forms['myForm'].submit(); is seems not working it says error myForm Dosent have submit attribute .. -- View this message in context: http://www.nabble.com/F5-Keycode-is-not-available-in-javascript-tf4471972.html#a12750800 Sent from the MyFaces - Users mailing

Re: F5 Keycode is not available in javascript

2007-09-18 Thread Mike Kienenberger
keycode other than functionkey code are ok like 16 of shift button Also document.forms['myForm'].submit(); is seems not working it says error myForm Dosent have submit attribute .. -- View this message in context: http://www.nabble.com/F5-Keycode-is-not-available