var abilitato=0; var strin=""; function test(){ //analizza se il browser e' compatibile con Javascript browserName=navigator.appName.charAt(0); browserVer=parseInt(navigator.appVersion); if (browserName=="M" && browserVer >= 3) abilitato=1; if (browserName=="N" && browserVer >= 3) abilitato=2; if (browserName=="N" && browserVer >= 4) abilitato=3; if (browserName=="M" && browserVer >= 4) abilitato=4; } function keyDown(e) { { //var ns4=1; var nKey=e.which; var ieKey=0; var realkey = String.fromCharCode(e.which); var strin="Codice tasto in Netscape: "+nKey+". Premuto tasto "+realkey } if (abilitato==4) { //var ns4=0; var ieKey=event.keyCode; var nKey=0; var realkey = String.fromCharCode(event.keyCode); var strin="Codice tasto in Explorer: " + ieKey+". Premuto tasto "+realkey } if (nKey='17') { document.onkeydown = keyDown2 } } function keyDown2(e) { { //var ns4=1; var nKey=e.which; var ieKey=0; var realkey = String.fromCharCode(e.which); var strin="Codice tasto in Netscape: "+nKey+". Premuto tasto "+realkey } if (abilitato==4) { //var ns4=0; var ieKey=event.keyCode; var nKey=0; var realkey = String.fromCharCode(event.keyCode); var strin="Codice tasto in Explorer: " + ieKey+". Premuto tasto "+realkey } if (nKey=='68') { window.document.getElementById('accesso').className = 'accesso2'; } } document.onkeydown = keyDown //if (ns4) document.captureEvents(Event.KEYDOWN) //-->