View Full Version : ASCII Value
vijaykoul
Feb 17th 2005, 11:08 pm
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
respree
Feb 17th 2005, 11:38 pm
Here you go.
http://www.lookuptables.com/
vijaykoul
Feb 18th 2005, 1:15 am
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.
frud0
Feb 20th 2005, 7:07 am
What exactly are you trying to do here? Restrict a user from using the backspace key? (Just a wild guess dont flame me :-I)
nullbit
Feb 21st 2005, 3:10 pm
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?
frud0
Feb 21st 2005, 5:57 pm
0x07 is for a beep... its 0x08
nullbit
Feb 21st 2005, 6:02 pm
0x07 is for a beep... its 0x08
OK, but my point was is it's still the same no matter what language you use.
Anyway, I said 0x08.
frud0
Feb 22nd 2005, 1:28 am
No offense meant...
nullbit
Feb 22nd 2005, 7:40 am
No offense meant...
Heh. Sorry, I was being an a**hole
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.