Is there any way to detect a key being pressed in the window? I have tried the following but it doesnt work:
document.onkeyup = KeyCheck;
function KeyCheck()
{
var keyID = event.keyCode;
alert(keyID )
}
|
|
+ Reply to Thread
Results 1 to 4 of 4
Thread: Detect keypress in windowHybrid View
Thread InformationUsers Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) Tags for this Thread |
|
Bookmarks