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

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 19 29 38 86
19 <![CDATA[<SCRIPT> function janela(local,tamanho,altura) { jan1=window.open(local,'janela1','scrollbars=yes,status=yes,resizable=yes,location=no,toolbar=no,width=400,height=200') } function rel(local) { jan1=window.open(local,'recibo','scrollbars=yes,status=yes,resizable=yes,location=no,toolbar=no,width=680,height=550') } </SCRIPT>]]>
29 <![CDATA[<script> function aviso() { if (document.getElementById('la1').style.visibility=='hidden') { document.getElementById('la1').style.visibility='visible';} else { document.getElementById('la1').style.visibility='hidden'; } } </script>]]>
38 <![CDATA[<script> <!-- var AbrePopupWindow=null; function AbrePopup(mypage,myname,w,h,pos,infocus){ if(pos=='random'){ LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100; TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100; } if(pos=='center'){ LeftPosition=(screen.width)?(screen.width-w)/2:100; TopPosition=(screen.height)?(screen.height-h)/2:100; } else if((pos!='center' && pos!='random') || pos==null) { LeftPosition=100;TopPosition=100; } settings= 'width='+ w + ',height=' + h + ',top=' + TopPosition + ',left=' + LeftPosition + ',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no'; AbrePopupWindow=window.open('',myname,settings); if(infocus=='front'){ AbrePopupWindow.focus(); AbrePopupWindow.location=mypage; } } //--> </script>]]>
86 <![CDATA[<script> function alertas() { } </script>]]>