<script type="text/javascript"> if(isNaN(campo)) //Sino es un numero { alert('Solo numeros porfavor'); return false; } return true; </script>