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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

cohab.sp.gov.br/Agenda_Atendimento/AgendaADM.aspx

97.05 1 60
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 3 14 29 59
14 <![CDATA[<script type="text/javascript"> $(function () { var f = $("#hfPosition"); window.onload = function () { var position = parseInt(f.val()); if (!isNaN(position)) { $(window).scrollTop(position); } }; window.onscroll = function () { var position = $(window).scrollTop(); f.val(position); }; }); </script>]]>
29 <![CDATA[<script type="text/javascript"> function alerta() { if (document.getElementById("link").style.visibility == "hidden") { document.getElementById("link").style.visibility == "visible"; } else { document.getElementById("link").style.visibility == "hidden"; } } </script>]]>
59 <![CDATA[<script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); //]]> </script>]]>