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

Sites Pertecentes a (o) MS

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 3 33 91 187
3 <![CDATA[<script> function abreFecha(pergunta, obj){ if(document.getElementById('p_'+pergunta).style.position == 'relative') fechar(pergunta, obj); else abre(pergunta, obj); } var imgMenos = new Image; imgMenos.src = 'imagens/menos.gif'; function fechar(pergunta){ document.getElementById('p_'+pergunta).style.position = 'absolute'; document.getElementById('i_'+pergunta).src = 'imagens/mais.gif'; document.getElementById('p_'+pergunta).style.visibility = 'hidden'; } function abre(pergunta){ document.getElementById('p_'+pergunta).style.position = 'relative'; document.getElementById('i_'+pergunta).src = imgMenos.src; document.getElementById('p_'+pergunta).style.visibility = 'visible'; } function over(obj){ obj.style.cursor = 'pointer'; } function out(obj){ obj.style.cursor = 'default'; } </script>]]>
33 <![CDATA[<script> function abreURL(url){ window.open(url, 'ni', ''); } </script>]]>
91 <![CDATA[<script> function ABRIR(URL){ window.open(URL,"","status=no,menubar=no,scrollbars=yes"); } </script>]]>
187 <![CDATA[<script> $(document).ready(function() { $("#submenu").hide(); $("#ajuda").toggle(function () { $("#submenu").show("fast"); }, function () { $("#submenu").hide("fast"); } ); }); </script>]]>