Thread
:
Capture Key Press
View Single Post
pradeep
Team Leader
29Jan2007,17:42
Oh! That can be fixed with changing line 7 to this
Code: javascript
if
(
document.
layers
|| e.
which
)
{
pressedKey = e.
which
;
}