Jump to content

ASCII value of enter key

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Divya

Divya

    Learning Programmer

  • Members
  • PipPipPip
  • 33 posts
How to get the ascii value of enter key using javascript events?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You will have to look at an ASCII chart. We have one here: Ascii, Decimal, and Hexadecimal Conversion Chart

CR (carriage return) is the enter key which is 13.