function enviar(valor){ if (validar() == true && validaremail(valor) == true ){ //tu forma de hacer submit; } }