function alert_keycode(){ if (event.keyCode == 65) { alert("Psycho Red Rabbit a mis la touche 'A' hors jeu !! ") } } document.onkeydown=alert_keycode

