Client

282 palavras 2 páginas
Prototipação .

TELAS :

Formulário de registro essa tela é apenas o formulario de registro do veiculo tendo seu codigo abaixo :

CADASTRO DE VEICULOS

function validaCampo()
{
if(document.cadastro.nome.value=="") { alert("O Campo nome é obrigatório!"); return false; } else if(document.cadastro.email.value=="") { alert("O Campo email é obrigatório!"); return false; } else if(document.cadastro.endereco.value=="") { alert("O Campo endereço é obrigatório!"); return false; } else if(document.cadastro.cidade.value=="") { alert("O Campo Cidade é obrigatório!"); return false; } else if(document.cadastro.estado.value=="") { alert("O Campo Estado é obrigatório!"); return false; } else if(document.cadastro.bairro.value=="") { alert("O Campo Bairro é obrigatório!"); return false; } else if(document.cadastro.pais.value=="") { alert("O Campo país é obrigatório!"); return false; } else if(document.cadastro.marca.value=="") { alert("O Campo Marca é obrigatório!"); return false; } else if(document.cadastro.modelo.value=="") { alert("Digite seu modelo!"); return false; } else if(document.cadastro.placa.value=="") { alert("Digite a Placa do veiculo!"); return false; } else return true;
}

Nome Registro: *

Email Registro: *

DDD: Telefone: Apenas números

Endereço: *

Cidade: *

Estado: Selecione... AC AL AP AM BA CE ES DF MA MT MS MG PA PB PR PE PI RJ RN RS RO RR SC SP SE

Relacionados

  • Client
    569 palavras | 3 páginas
  • Client
    318 palavras | 2 páginas
  • Thin client
    1549 palavras | 7 páginas
  • Thin client
    328 palavras | 2 páginas
  • Thin clients
    11070 palavras | 45 páginas
  • Thin client
    605 palavras | 3 páginas
  • Thin client
    8044 palavras | 33 páginas
  • Thin Client
    1213 palavras | 5 páginas
  • Thin client
    424 palavras | 2 páginas
  • thin client
    5026 palavras | 21 páginas