Sites Pertecentes a (o) AM
Endereço | Nota | Erros | Avisos |
---|---|---|---|
afi.sefaz.am.gov.br/redirect.asp?sistema=50 |
64.61 | 8 | 14 |
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 | 1 | 76 |
76 | <![CDATA[<script language="javascript"> var winW = 800, winH = 600; function tamanho(x) { if (parseInt(navigator.appVersion)>3) { if (navigator.appName=="Netscape") { winW = window.innerWidth; winH = window.innerHeight; } if (navigator.appName.indexOf("Microsoft")!=-1) { winW = document.body.offsetWidth; winH = document.body.offsetHeight; } } td = document.getElementById(x); td.style.height=winH-140; } tamanho("tdPlantao");tamanho("iframePlantao"); </script>]]> |