Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: JavaScript Validation Numbers - August 03, 1998 at 18:15:59

You are here: irt.org | BBS | JavaScript Validation Numbers [This BBS is closed]

Posted by Lico on August 03, 1998 at 18:15:59:

Friends.

English:
I am trying a condition in one script Javascript and I am not obtaining.
Desire that it validates a field alone accepting numbers. However of the
form that I made, also accepted letter when mixed to the number. WHO CAN
HELP ME? Desire two situations: 1) That it has only accepted number and 2)
Another one that has only accepted number in the band of 1 the 31.

Portuguese:
Estou tentando uma condição em um script javascript e
não estou conseguindo. Desejo que ele valide um campo
só aceitando números. Porém da forma que fiz, também
aceita letra quando misturada ao número.
QUEM PODE ME AJUDAR?
Desejo duas situações:
1) Que aceite somente número e
2) Outra que aceite número somente na faixa de 1 a 31.

function verify (frm)
{
if (frm.number.value < 1 || frm.number.value > 31)
{
alert ("Only Numbers");
return false;
}
return true;
}

Thanks.
Lico
html1998@usa.net


Follow-ups:

You are here: irt.org | BBS | JavaScript Validation Numbers [This BBS is closed]

©2018 Martin Webb