onkeypress return false does not work for space bar
- by A Bright Worker
hi,
I have written a javascript on a button which blocks the keypress or keydown event on that control. It works fine with key like Enter but when I press space bar key it event gets fired.
Do any one have solution for the same.
Thanks,
Piyush