WB786
MIS
- Mar 14, 2002
- 610
I have all of the keys disabled except for the number keys and period. But the user is able to hold down the shift key and type a % symbol, etc. I don't want any other characters in this field except for numbers and a period.
I am using event.keycode to check for non numeric keys and then disabling them. I am calling the even using OnKeyDown.
What do I need to add to this function in javascript to disable both of the shift keys.
Thanks,
WB
I am using event.keycode to check for non numeric keys and then disabling them. I am calling the even using OnKeyDown.
What do I need to add to this function in javascript to disable both of the shift keys.
Thanks,