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/Faq.Aspx

66.35 39 145
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 4 69 486 881 963
69 <![CDATA[<script> function validabuscamn() { var time_debut = document.getElementById("ctl00_headerSearch").value; if (time_debut == '') { alert("Informe o termo de sua busca!"); return false; } else { document.getElementById("aspnetForm").submit(); return true; } } </script>]]>
486 <![CDATA[<script language="javascript" type="text/jscript"> function imprimePanel() { var printContent = document.getElementById("ctl00_ContentCorpo_pnlImpressao"); var windowUrl = 'about:blank'; var uniqueName = new Date(); var windowName = 'Print' + uniqueName.getTime(); var printWindow = window.open(windowUrl, windowName, 'left=50000,top=50000,width=0,height=0'); printWindow.document.write(printContent.innerHTML); printWindow.document.close(); printWindow.focus(); printWindow.print(); printWindow.close(); } </script>]]>
881 <![CDATA[<script> window.onload = function() { const acceptedPrivacyPoliciesAndCookies = localStorage.getItem("acceptedPrivacyPoliciesAndCookies"); if (!acceptedPrivacyPoliciesAndCookies || acceptedPrivacyPoliciesAndCookies != 1) { document.getElementById('politica-privacidade-section').classList.add('add'); if (window.matchMedia('(max-width: 769px)').matches) { const politicaPrivacidadeHeight = document.getElementById('politica-privacidade-section').offsetHeight; document.querySelector('.navbar-fixed-top').style.top = '${politicaPrivacidadeHeight}px'; document.querySelector('body').classList.add('show-politica-privacidade'); } }else{ //document.getElementById('btn-policy').style.display = 'none'; //document.getElementById('politica-privacidade-button-container').style.display = 'none'; document.getElementById('btConc').style.display = 'none'; //document.getElementById('politica-privacidade-section').style.display = 'none'; } } window.acceptTerms = function() { document.getElementById('btConc').style.display = 'none'; //document.getElementById('btn-policy').style.display = 'none'; //document.getElementById('politica-privacidade-button-container').style.display = 'none'; //document.getElementById('politica-privacidade-section').style.display = 'none'; localStorage.setItem('acceptedPrivacyPoliciesAndCookies', 1); document.getElementById('politica-privacidade-section').classList.add('remove'); document.querySelector('body').classList.remove('show-politica-privacidade'); document.querySelector('.navbar-fixed-top').style.top = 0; } //window.acceptTerms = function() { // wait4j(function() { // $.ajax('/accept-policy').done(function(responseData) { // if (responseData.status && responseData.status == "done" && responseData.acceptedCookies) { // localStorage.setItem('acceptedPrivacyPoliciesAndCookies', 1); // document.getElementById('politica-privacidade-section').classList.add('remove'); // document.querySelector('body').classList.remove('show-politica-privacidade'); // document.querySelector('.navbar-fixed-top').style.top = 0; // } // }); // }); //} </script>]]>
963 <![CDATA[<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-4979537-2', 'auto'); ga('send', 'pageview'); </script>]]>