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 33 58 102 247
33 <![CDATA[<script type="text/javascript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 var w, h, left, top w=screen.width h=screen.height left=(w-600)/2 top=(h-400)/2 features+=" , width="+w+" , height="+h+", left="+left+", top="+top window.open(theURL,winName,features); //alert('Simulador de Viabilidade em manutenção!'); } //--> </script>]]>
58 <![CDATA[<script> function ABRIR(URL){ window.open(URL,"","status=no,menubar=no,scrollbars=yes"); } </script>]]>
102 <![CDATA[<script language="JavaScript"> function blNumero(){ if (window.event.keyCode < 48 || window.event.keyCode > 57) return false; return true; } function Tecla(e,page) { if (document.all){ // Internet Explorer var tecla = event.keyCode; } else if (document.layers){ // Nestcape var tecla = e.which; } if (tecla == 13){ MM_openBrWindow(page,'CPE','top=0 left=0 resizable=yes status=yes'); return true; } else{ //alert(tecla); return true; } } </script>]]>
247 <![CDATA[<script> $(document).ready(function() { $("#submenu").hide(); $("#ajuda").toggle(function () { $("#submenu").show("fast"); }, function () { $("#submenu").hide("fast"); } ); }); </script>]]>