var KeyMatch="";if(navigator.appName=="Microsoft Internet Explorer") KeyMatch=event.KeyCode;else KeyMatch=event.which;alert(KeyMatch);
Login to post response