Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) SE

Endereço Nota Erros Avisos

itaporanga.se.gov.br/esic/itaporanga-pm/solicitante/
cadastro/

63.52 31 62
Recomendações Avaliadas
6.2 Associar etiquetas aos seus campos.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
6.2.1 Campo sem label associado 17 101 103 110 116 149 161 162 168 174 190 197 203 209 245 247 271 277
101 <![CDATA[<input type="radio" name="tipo" value="F" onclick="selecionaTipoPessoa('F');">]]>
103 <![CDATA[<input type="radio" name="tipo" value="J" onclick="selecionaTipoPessoa('J');">]]>
110 <![CDATA[<input type="text" name="nome" id="nome" value="" size="58" maxlength="100" />]]>
116 <![CDATA[<input type="text" id="documento" name="cpf" value="" onkeyup="soNumero(this);" onblur="document.getElementById('span_usuario').innerHTML = this.value;" size="14" maxlength="14" />]]>
149 <![CDATA[<input type="text" name="profissao" value="" size="30" maxlength="50" />]]>
161 <![CDATA[<input type="text" name="telefone_ddd" value="" onkeyup="soNumero(this);" size="2" maxlength="2" />]]>
162 <![CDATA[<input type="text" name="telefone_numero" value="" onkeyup="soNumero(this);" size="15" maxlength="15" />]]>
168 <![CDATA[<input type="text" name="email" value="" size="50" maxlength="150" />]]>
174 <![CDATA[<input type="text" name="email_confirmacao" value="" size="50" maxlength="150" />]]>
190 <![CDATA[<input type="text" name="endereco_cep" id="cep" value="" autocomplete="off" onkeyup="busca(this.value,this.value.length==8,'https://itaporanga.se.gov.br/esic/itaporanga-pm/inc/buscacep')" onclick="busca(this.value,this.value.length==8,'https://itaporanga.se.gov.br/esic/itaporanga-pm/inc/buscacep')" maxlength="8" size="10" />]]>
197 <![CDATA[<input type="text" name="endereco_logradouro" id="logradouro" value="" maxlength="255" size="60" />]]>
203 <![CDATA[<input type="text" onmouseover="this.title=this.value" name="endereco_bairro" id="bairro" value="" maxlength="100" size="50">]]>
209 <![CDATA[<input type="text" name="endereco_cidade_nome" onmouseover="this.title=this.value" id="cidade" value="" maxlength="255" size="35">]]>
245 <![CDATA[<input type="text" name="endereco_numero" id="numero" value="" maxlength="10" size="10" />]]>
247 <![CDATA[<input type="text" name="endereco_complemento" id="complemento" value="" maxlength="50" size="50" margin=10px; />]]>
271 <![CDATA[<input type="password" name="senha" size="30" maxlength="30" />]]>
277 <![CDATA[<input type="password" name="senha_confirmacao" size="30" maxlength="30" />]]>