Xproterg
01-11-2006, 06:40 PM
if (document.all) { e = window.event; }
if (document.layers) { pressedKey = e.which; }
if (document.all) { pressedKey = e.keyCode; }
if(pressedKey != 206){
I posted the code above to show you the event. Does there exist a piece of code that will take the input keycode and reverse it to give you the corresponding key?
if (document.layers) { pressedKey = e.which; }
if (document.all) { pressedKey = e.keyCode; }
if(pressedKey != 206){
I posted the code above to show you the event. Does there exist a piece of code that will take the input keycode and reverse it to give you the corresponding key?