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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

receita.contagem.mg.gov.br/iptu/recurso/

76.57 13 81
Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 2 186 275
186 <![CDATA[<script type="text/javascript"> function div_controle(chave) { if (chave==1) { document.getElementById('div_principal').style.display = "block"; document.getElementById('div_formulario').style.display = "none"; } else if (chave==2) { document.getElementById('div_formulario').style.display = "block"; document.getElementById('div_principal').style.display = "none"; } } function por_motivo(valor) { document.getElementById('tipo').value = valor; self.document.getElementById('form_principal').submit(); } </script>]]>
275 <![CDATA[<script type="text/javascript">div_controle(1)</script>]]>