More Related Content
Working With Ajax Frameworks Calendar html code by karan chanana What's hot (10)
Тематические карты на LeafletJS с плагинами. JavaScript Dynamic Loading Viewers also liked (19)
Technology Integration to Support Stem Cambicci Associates Portfolio The quest the journey from a student to a technopreneur Cambridge satchel company Tabloid akua indo edisi mei juni Steam thermal power plant(panki) Validaformulariojs
- 4. return false;
}
if (d.cpf.value=="" || d.cpf.value==null){
alert("Porfavor prencha o campo: " + d.cpf.name);
d.cpf.focus();
return false;
}
if (d.email.value=="" || d.email.value==null){
alert("Porfavor prencha o campo: " + d.email.name);
d.email.focus();
return false;
}
if(!(d.m.checked || d.f.checked || d.outros.checked)){
alert("Slecione um sexo");
d.m.focus();
return false;
}
if(d.dataDia.value==""){
alert("Selecione o dia");
d.dataDia.focus();
return false;
}
if(d.dataMes.value==""){
alert("Selecione o Mes");
d.dataMes.focus();