<script type="text/javascript"> function CodiceTasto(e) { alert("Codice del tasto premuto: " + e.keyCode + "\n"); } </script> <input onkeydown="CodiceTasto(event)" name="password" size="20" type="text" />
Di seguito è mostrato un esempio: provate a scrivere nel box sottostante…

