alphanumeric validation in javascript

Posted by

When a user enters a value in the input box, the onkeypress event calls the isNumber() function (that I have written inside the