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

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

Endereço Nota Erros Avisos

www.crbio02.gov.br/eSIC/cadastro

66.73 31 95
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 159 161 167 172 206 218 219 225 231 248 255 261 266 302 304 329 335
159 <![CDATA[<input type="radio" name="tipopessoa" value="F" checked onclick="selecionaTipoPessoa('F');">]]>
161 <![CDATA[<input type="radio" name="tipopessoa" value="J" onclick="selecionaTipoPessoa('J');">]]>
167 <![CDATA[<input type="text" name="nome" id="nome" value="" size="58" maxlength="100" />]]>
172 <![CDATA[<input type="text" name="cpfcnpj" value="" onkeyup="soNumero(this);" onblur="document.getElementById('span_usuario').innerHTML = this.value;" size="14" maxlength="14" />]]>
206 <![CDATA[<input type="text" name="profissao" value="" size="30" maxlength="50" />]]>
218 <![CDATA[<input type="text" name="dddtelefone" value="" onkeyup="soNumero(this);" size="2" maxlength="2" />]]>
219 <![CDATA[<input type="text" name="telefone" value="" onkeyup="soNumero(this);" size="15" maxlength="15" />]]>
225 <![CDATA[<input type="text" name="email" value="" size="50" maxlength="150" />]]>
231 <![CDATA[<input type="text" name="confirmeemail" value="" size="50" maxlength="150" />]]>
248 <![CDATA[<input type="text" name="cep" id="cep" value="" autocomplete="off" onkeyup="busca(this.value,this.value.length==8,'http://www.crbio02.gov.br/eSIC/inc/buscacep')" onclick="busca(this.value,this.value.length==8,'http://www.crbio02.gov.br/eSIC/inc/buscacep')" maxlength="8" size="10" />]]>
255 <![CDATA[<input type="text" name="logradouro" id="logradouro" value="" maxlength="255" size="60" />]]>
261 <![CDATA[<input type="text" onmouseover="this.title=this.value" name="bairro" id="bairro" value="" maxlength="100" size="50">]]>
266 <![CDATA[<input type="text" name="cidade" onmouseover="this.title=this.value" id="cidade" value="" maxlength="255" size="35">]]>
302 <![CDATA[<input type="text" name="numero" id="numero" value="" maxlength="10" size="10" />]]>
304 <![CDATA[<input type="text" name="complemento" id="complemento" value="" maxlength="50" size="50" margin=10px; />]]>
329 <![CDATA[<input type="password" name="senha" value="" size="30" maxlength="30" />]]>
335 <![CDATA[<input type="password" name="confirmasenha" value="" size="30" maxlength="30" />]]>