Sites Pertecentes a (o) GO
Endereço | Nota | Erros | Avisos |
---|---|---|---|
sindec.procon.go.gov.br/sindec |
68.1 | 24 | 46 |
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 | 13 |
13 | <![CDATA[<script> function consiste(tipo) { if (tipo == 0) { return false } else { var alerta; alerta = document.getElementById('fileBDHidden').value=tipo; //Conferindo o acesso a base de treinamento sindecUF9999 if(alerta== "sindec"+alerta.substring(6,8)+"9999") alert('Aten��o! Voc� est� entrando no ambiente de treinamento!'); document.getElementById('fileBD').value=0; document.getElementById('origemdefault').value='default'; document.getElementById('formDefault').action = 'entrada.asp'; document.getElementById('formDefault').submit(); } } function AutoRedirect(id){ if (document.formDefault.fileBD.options[id] != null && id != '0') { consiste(document.formDefault.fileBD.options[id].value); }else{ window.location = 'indisponivel.asp'; } } //==================================== //Verifica a compatibilidade do browser: CompatibilidadeSistema(); //==================================== </script>]]> |