Can any body plz tell me how to get the ASCII Value of Backspace Key. Or if anybody knows the ascii value plz. let me know thanks in advance
Dear, i tried to use that ascii value earlier also, but it has no effect. It is not working. can u plz tell me how can we determine the ascii value of backspace in Javascript.
What exactly are you trying to do here? Restrict a user from using the backspace key? (Just a wild guess dont flame me :-I)
The ACSII value for backspace is always 0x08 (that's in hexadecimal), it doesn't matter what language it's used in, but perhaps you are using the wrong base system for JavaScript?