window.onkeypress=function(event){ event = event || window.event; var key = event.keyCode; alert(key); }