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

Sites Pertecentes a (o) RJ

Endereço Nota Erros Avisos

www.cedca.rj.gov.br/Default.asp

63.92 99 253
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.4 Presença de CSS(s) interno 1 11
1.1.6 Presença de javascript(s) interno 3 27 46 76
11 <![CDATA[<style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-image: url(Imagens/FundoPagina.gif); } .style2 {font-size: 10px; text-align: left; font-weight: bold; font-family: Arial, Helvetica, sans-serif;} .style3 {font-size: 12px; font-weight: bold; text-decoration: none; text-align: left; font-family: Arial;} .style4 {font-size: 12px; text-align: justify; font-family: Arial, Helvetica, sans-serif;} .style5 {color: #003366} .style6 {color: #FF0000} --> </style>]]>
27 <![CDATA[<script language="javascript"> function ChamaPagina(){ if(window.document.frmDefault.txtBusca.value==''){ alert('� necess�rio informar uma palavra para obter a Busca.'); window.document.frmDefault.txtBusca.focus(); } else { window.document.frmDefault.action='Pesquisa.asp'; window.document.frmDefault.submit(); } } </script>]]>
46 <![CDATA[<script> document.addEventListener( 'DOMContentLoaded', function() { var splide = new Splide( '.splide' ); splide.mount(); } ); </script>]]>
76 <![CDATA[<script language='JavaScript'> function ChamaPaginaMenu(pPagina, pLocalAbertura){ window.document.frmMenuLateral.action=pPagina; window.document.frmMenuLateral.submit(); } function AbreMenu(pMenu) { // window.document.frmMenuLateral.txtMenuAberto.value = pMenu; // eval('document.getElementById("' + 'txt' + pMenu + '").value = "1"'); // document.getElementById('txtMenuAberto').value = pMenu; eval('document.getElementById("' + pMenu + '").style.display = "block"'); eval('document.getElementById("' + 'Mais' + pMenu + '").style.display = "none"'); eval('document.getElementById("' + 'Menos' + pMenu + '").style.display = "block"'); } function FechaMenu(pMenu) { // window.document.frmMenuLateral.txtMenuAberto.value = '0'; eval('document.getElementById("' + pMenu + '").style.display = "none"'); eval('document.getElementById("' + 'Mais' + pMenu + '").style.display = "block"'); eval('document.getElementById("' + 'Menos' + pMenu + '").style.display = "none"'); } </script>]]>