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

Sites Pertecentes a (o) RN

Endereço Nota Erros Avisos

www.santacruz.rn.gov.br/site/esic/cadastro

63.63 42 66
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 119 120 125 130 164 176 177 183 189 206 213 219 224 260 262 287 293
119 <![CDATA[<input type="radio" name="tipopessoa" value="F" checked onclick="selecionaTipoPessoa('F');">]]>
120 <![CDATA[<input type="radio" name="tipopessoa" value="J" onclick="selecionaTipoPessoa('J');">]]>
125 <![CDATA[<input type="text" name="nome" id="nome" value="" size="58" maxlength="100" />]]>
130 <![CDATA[<input type="text" name="cpfcnpj" value="" onkeyup="soNumero(this);" onblur="document.getElementById('span_usuario').innerHTML = this.value;" size="14" maxlength="14" />]]>
164 <![CDATA[<input type="text" name="profissao" value="" size="30" maxlength="50" />]]>
176 <![CDATA[<input type="text" name="dddtelefone" value="" onkeyup="soNumero(this);" size="2" maxlength="2" />]]>
177 <![CDATA[<input type="text" name="telefone" value="" onkeyup="soNumero(this);" size="15" maxlength="15" />]]>
183 <![CDATA[<input type="text" name="email" value="" size="50" maxlength="150" />]]>
189 <![CDATA[<input type="text" name="confirmeemail" value="" size="50" maxlength="150" />]]>
206 <![CDATA[<input type="text" name="cep" id="cep" value="" autocomplete="off" onkeyup="busca(this.value,this.value.length==8,'http://www.santacruz.rn.gov.br/site/esic/inc/buscacep')" onclick="busca(this.value,this.value.length==8,'http://www.santacruz.rn.gov.br/site/esic/inc/buscacep')" maxlength="8" size="10" />]]>
213 <![CDATA[<input type="text" name="logradouro" id="logradouro" value="" maxlength="255" size="60" />]]>
219 <![CDATA[<input type="text" onmouseover="this.title=this.value" name="bairro" id="bairro" value="" maxlength="100" size="50">]]>
224 <![CDATA[<input type="text" name="cidade" onmouseover="this.title=this.value" id="cidade" value="" maxlength="255" size="35">]]>
260 <![CDATA[<input type="text" name="numero" id="numero" value="" maxlength="10" size="10" />]]>
262 <![CDATA[<input type="text" name="complemento" id="complemento" value="" maxlength="50" size="50" margin=10px; />]]>
287 <![CDATA[<input type="password" name="senha" value="" size="30" maxlength="30" />]]>
293 <![CDATA[<input type="password" name="confirmasenha" value="" size="30" maxlength="30" />]]>