Are there any predefined constant provided by the browser with the key code values that can be reused?
Answer / Harish Kumar Malik
Yes, JavaScript provides several predefined constants or key codes for various keys. For example, 'Enter' has a key code of 13.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to detect the operating system on the client machine?
What is javascript bom?
What are the various functional components in javascript?
What is the difference between sessionstate and viewstate?
How many days it will take to learn javascript?
How to reload the current page?
How to get inner html of an element in javascript?
What is constructor?
How to test for bad numbers using javascript?
Name some of the ways in which Type Conversion is possible?
What do you mean by ide?
What does isNaN function do?