JavaScript has a built-in function called isNAN that can be used to check if a value is numeric or not.
The isNan function returns true if the value is not numeric, and false if it is numeric:
function chkDigits(obj){ if (isNaN(document.getElementById(obj).value)==true) { alert("Please enter digits"); document.getElementById(obj).focus(); document.getElementById(obj).select(); return false; }}
Here’s how to call it:
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























