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

Sites Pertecentes a (o) RJ

Endereço Nota Erros Avisos

sistemas.macae.rj.gov.br:84/esic/cadastro

63.63 42 65
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 122 123 128 133 167 179 180 186 192 209 216 222 227 263 265 290 296
122 <![CDATA[<input type="radio" name="tipopessoa" value="F" checked onclick="selecionaTipoPessoa('F');">]]>
123 <![CDATA[<input type="radio" name="tipopessoa" value="J" onclick="selecionaTipoPessoa('J');">]]>
128 <![CDATA[<input type="text" name="nome" id="nome" value="" size="58" maxlength="100" />]]>
133 <![CDATA[<input type="text" name="cpfcnpj" value="" onkeyup="soNumero(this);" onblur="document.getElementById('span_usuario').innerHTML = this.value;" size="14" maxlength="14" />]]>
167 <![CDATA[<input type="text" name="profissao" value="" size="30" maxlength="50" />]]>
179 <![CDATA[<input type="text" name="dddtelefone" value="" onkeyup="soNumero(this);" size="2" maxlength="2" />]]>
180 <![CDATA[<input type="text" name="telefone" value="" onkeyup="soNumero(this);" size="15" maxlength="15" />]]>
186 <![CDATA[<input type="text" name="email" value="" size="50" maxlength="150" />]]>
192 <![CDATA[<input type="text" name="confirmeemail" value="" size="50" maxlength="150" />]]>
209 <![CDATA[<input type="text" name="cep" id="cep" value="" autocomplete="off" onkeyup="busca(this.value,this.value.length==8,'http://sistemas.macae.rj.gov.br:84/esic/inc/buscacep')" onclick="busca(this.value,this.value.length==8,'http://sistemas.macae.rj.gov.br:84/esic/inc/buscacep')" maxlength="8" size="10" />]]>
216 <![CDATA[<input type="text" name="logradouro" id="logradouro" value="" maxlength="255" size="60" />]]>
222 <![CDATA[<input type="text" onmouseover="this.title=this.value" name="bairro" id="bairro" value="" maxlength="100" size="50">]]>
227 <![CDATA[<input type="text" name="cidade" onmouseover="this.title=this.value" id="cidade" value="" maxlength="255" size="35">]]>
263 <![CDATA[<input type="text" name="numero" id="numero" value="" maxlength="10" size="10" />]]>
265 <![CDATA[<input type="text" name="complemento" id="complemento" value="" maxlength="50" size="50" margin=10px; />]]>
290 <![CDATA[<input type="password" name="senha" value="" size="30" maxlength="30" />]]>
296 <![CDATA[<input type="password" name="confirmasenha" value="" size="30" maxlength="30" />]]>