I am working on a site in which I must make a text box that cannot allow numbers to be entered. My only problem is that I cannot insert an onKeyPress or onKeyDown event into the input tag itself, I must do this elsewhere in my code.
If this is any help here is what I have so far, this page does exactly what I want it to do, the onKeyPress event must be somewhere in the script though
Bookmarks