determine which key was pressed and its type
Answer / ramu
to know which key was pressed we can use window.event.code.
it will return the ASCII code of the key.
| Is This Answer Correct ? | 1 Yes | 0 No |
code to get the coordinates of a Click Event
code to detect availability of cookies
code to create a new window
write a function to validate a given date
validation code / function to allow only Letters in a text box
how to create an anonymous function
how to pass data between pages using Frames
Reading which Character Key was pressed
how to prevent an Event from performing its default behavior
how to convert between arrays and strings
sample code to auto focusing the first field in a form
advance the focus to next consecutive fields when Enter Key is pressed