Event JavaScript DHTML




function whichButton(event){
    alert(event.keyCode)
}



Press a key on your keyboard.