<html> <head> </head> <body> <input /> <script> document.querySelector("input").oninput=function(){this.value=this.value.replace(/\D+/g, "")} </script> </body> </html>