macmonteiro
Programmer
Heloops....
I'm not a little used with JS 'math' object... Look at what we've been trying to do:
<!-- Begin
function verifica(form) {
if ((form.cad_nom.value == "" || (isNAN(form.cad_nom.value))){
alert ("Pleaz, ma'am, tell us your name."
form.cad_nom.focus()
return (false)
}
--->
an so on...
why doesné it work?
I'm not a little used with JS 'math' object... Look at what we've been trying to do:
<!-- Begin
function verifica(form) {
if ((form.cad_nom.value == "" || (isNAN(form.cad_nom.value))){
alert ("Pleaz, ma'am, tell us your name."
form.cad_nom.focus()
return (false)
}
--->
an so on...
why doesné it work?