I\'m using forms in HTML and javascript. I would like an alert to pop up only if the user inputs a LETTER and clicks submit.
submit
So I have
Try this:
if(parseInt("0"+x, 10) > 0){/* x is integer */}