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
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 6 113 114 200 210 277 302
1.1.5 Presença de javascript(s) in-line 3 122 123 209
1.1.6 Presença de javascript(s) interno 3 90 268 308
113 <![CDATA[<tr style="margin: 5px;"> <th style="border-bottom:1px solid #000000" align="left" colspan="2">Dados Pessoais</th><br> </tr>]]>
114 <![CDATA[<th style="border-bottom:1px solid #000000" align="left" colspan="2">Dados Pessoais</th>]]>
200 <![CDATA[<th style="border-bottom:1px solid #000000" align="left" colspan="2">Endereço</th>]]>
210 <![CDATA[<img src="http://sistemas.macae.rj.gov.br:84/esic/img/busca_cep_correios.gif" border="0" align="absmiddle" style="margin:0px;padding:0px" title="Pesquisa CEP no site dos correios">]]>
277 <![CDATA[<th style="border-bottom:1px solid #000000" align="left" colspan="2">Acesso ao e-SIC</th>]]>
302 <![CDATA[<td colspan="2" align="center" style="border-top:1px solid #000000"> <br><input type="submit" class="botaoformulario" value="Salvar" name="acao" /> </td>]]>
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');">]]>
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" />]]>
90 <![CDATA[<script> function selecionaTipoPessoa(tipo) { if(tipo=="F") { document.getElementById('lblNome').innerHTML = "Nome"; document.getElementById('lblCpfcnpj').innerHTML = "CPF"; document.getElementById('lnEscolaridade').style.display = ""; document.getElementById('lnProfissao').style.display = ""; } else { document.getElementById('lblNome').innerHTML = "Razão Social"; document.getElementById('lblCpfcnpj').innerHTML = "CNPJ"; document.getElementById('lnEscolaridade').style.display = "none"; document.getElementById('lnProfissao').style.display = "none"; } } </script>]]>
268 <![CDATA[<script> InitQueryCode('cep', 'http://sistemas.macae.rj.gov.br:84/esic/inc/lkpcep.php?q='); document.getElementById('nome').focus(); </script>]]>
308 <![CDATA[<script>selecionaTipoPessoa('F');</script>]]>