I'm a javascript newbie. How can I can I check user input using the keypress
or keydown events prior to it being displayed in the textbox? What I want
to be able to do is to check the keycode to against a pre-determined string
to see if the key is valid input? If it is not it won't be displayed in the
textbox.
Thanks,
Jim
or keydown events prior to it being displayed in the textbox? What I want
to be able to do is to check the keycode to against a pre-determined string
to see if the key is valid input? If it is not it won't be displayed in the
textbox.
Thanks,
Jim
Comment