![]() |
|
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
Here you go.
http://www.lookuptables.com/
__________________
Respree.com .: Prints, posters, & canvas transfers |
|
#3
|
|||
|
|||
|
re-ascii
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. |
|
#4
|
|||
|
|||
|
What exactly are you trying to do here? Restrict a user from using the backspace key? (Just a wild guess dont flame me :-I)
|
|
#5
|
|||
|
|||
|
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?
__________________
SEO Tool - The killer search engine optimization tool. No. Really. The Search Engine Experiment - Discover if Google really giving you the most relevant results - No recip required. Last edited by nullbit; Feb 21st 2005 at 6:04 pm. |
|
#6
|
|||
|
|||
|
0x07 is for a beep... its 0x08
|
|
#7
|
|||
|
|||
|
Quote:
Anyway, I said 0x08.
__________________
SEO Tool - The killer search engine optimization tool. No. Really. The Search Engine Experiment - Discover if Google really giving you the most relevant results - No recip required. |
|
#8
|
|||
|
|||
|
No offense meant...
|
|
#9
|
|||
|
|||
|
Quote:
__________________
SEO Tool - The killer search engine optimization tool. No. Really. The Search Engine Experiment - Discover if Google really giving you the most relevant results - No recip required. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|