I want to determine if a keystroke in a textbox was a character (a, X 3, &, etc) or not (SHIFT, CAPS, PrtScrn).....I am using String.fromCharCode(e.keyCode) for other things and I tried using it here in different ways (because these special keys always return a blank value with a string length of 1, but not a space??) but I can't get it at all.....experts?


Reply With Quote
Bookmarks