I tried that but it still entered the number that the user enters. I am using a function to check for numbers being entered using window.event.keycode. Here is what I have so far:
function checkKey
if (window.event.keyCode < 65) or (window.event.keyCode > 90) and (window.event.keyCode < 97)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.