Connecting Tech Pros Worldwide Forums | Help | Site Map

evt keycodes?

Fabian
Guest
 
Posts: n/a
#1: Jul 20 '05
Where can I find a list of event keycode numbers? Specifically, I want
to know what evt.keycode number is needed to intercept the delete key.


--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk


Evertjan.
Guest
 
Posts: n/a
#2: Jul 20 '05

re: evt keycodes?


Fabian wrote on 03 nov 2003 in comp.lang.javascript:
[color=blue]
> Where can I find a list of event keycode numbers? Specifically, I want
> to know what evt.keycode number is needed to intercept the delete key.
>[/color]

Try it out with this code:

<body
onkeydown="this.innerHTML=event.keyCode">
press delete or any other key
</body>

Anyway, it is ASCII dec 27 = hex 1B

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Closed Thread


Similar JavaScript / Ajax / DHTML bytes