Sites Pertecentes a (o) SP
Endereço | Nota | Erros | Avisos |
---|---|---|---|
www.rededosaber.sp.gov.br/Videoteca/pesquisa.aspx |
67.18 | 88 | 635 |
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 | 2 | 22 118 |
22 | <![CDATA[<script type="text/javascript"> function janelaCalendario(url, tela) { //Vagner Guedes var h = 220; var w = 140; var t = ((screen.availHeight-100) / 2) - (h/2); var l = (screen.availWidth / 2) - (w/2); wopen = window.open(url, tela, 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l + ',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no'); wopen.focus(); } </script>]]> |
118 | <![CDATA[<script type="text/javascript"> function Pesquisar(texto) { var txtPesquisa = document.getElementById('txtPesquisa'); txtPesquisa.value = '"' + texto + '"'; __doPostBack('btn_pesquisa', ''); } </script>]]> |