Digital Point Forums
San Diego Personal Trainer

Go Back   Digital Point Forums > Design & Development > Programming > JavaScript
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Feb 17th 2005, 11:08 pm
vijaykoul vijaykoul is offline
Grunt
 
Join Date: Jan 2005
Posts: 43
vijaykoul is on a distinguished road
Question ASCII Value

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
Reply With Quote
  #2  
Old Feb 17th 2005, 11:38 pm
respree's Avatar
respree respree is offline
Grunt
 
Join Date: Mar 2004
Posts: 33
respree is on a distinguished road
Here you go.
http://www.lookuptables.com/
__________________
Respree.com .: Prints, posters, & canvas transfers
Reply With Quote
  #3  
Old Feb 18th 2005, 1:15 am
vijaykoul vijaykoul is offline
Grunt
 
Join Date: Jan 2005
Posts: 43
vijaykoul is on a distinguished road
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.
Reply With Quote
  #4  
Old Feb 20th 2005, 7:07 am
frud0 frud0 is offline
Peon
 
Join Date: Feb 2005
Posts: 25
frud0 is on a distinguished road
What exactly are you trying to do here? Restrict a user from using the backspace key? (Just a wild guess dont flame me :-I)
Reply With Quote
  #5  
Old Feb 21st 2005, 3:10 pm
nullbit nullbit is offline
Hand of A'dal
 
Join Date: Feb 2005
Posts: 489
nullbit is on a distinguished road
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.
Reply With Quote
  #6  
Old Feb 21st 2005, 5:57 pm
frud0 frud0 is offline
Peon
 
Join Date: Feb 2005
Posts: 25
frud0 is on a distinguished road
0x07 is for a beep... its 0x08
Reply With Quote
  #7  
Old Feb 21st 2005, 6:02 pm
nullbit nullbit is offline
Hand of A'dal
 
Join Date: Feb 2005
Posts: 489
nullbit is on a distinguished road
Quote:
Originally Posted by frud0
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.
__________________
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.
Reply With Quote
  #8  
Old Feb 22nd 2005, 1:28 am
frud0 frud0 is offline
Peon
 
Join Date: Feb 2005
Posts: 25
frud0 is on a distinguished road
No offense meant...
Reply With Quote
  #9  
Old Feb 22nd 2005, 7:40 am
nullbit nullbit is offline
Hand of A'dal
 
Join Date: Feb 2005
Posts: 489
nullbit is on a distinguished road
Quote:
Originally Posted by frud0
No offense meant...
Heh. Sorry, I was being an a**hole
__________________
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.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -8. The time now is 1:15 am.