A ver si me pueden ayudar... Tengo el siguiente codigo js para verificar q un input de tipo string, contenga solo números.
Código PHP:
if (!/^([0-9])*$/.test(document.getElementById(j.name).value)) {
alert('ERROR: introduzca valores numericos');
document.getElementById(j.name).value= 0;
return false; }
Asias por la ayuuuuuuuuuuuuuda !!