cyberwolf14
Programmer
Hello,
If I write something in this textarea it gives me the keycode if the letter i've written. But I want to know the letter of the keycode.
How do I know the letter from a keycode??
Code:
<textarea onkeyup="alert(window.event.keyCode)"></textarea>
If I write something in this textarea it gives me the keycode if the letter i've written. But I want to know the letter of the keycode.
How do I know the letter from a keycode??