Sites Pertecentes a (o) PR
Endereço | Nota | Erros | Avisos |
---|---|---|---|
www.california.pr.gov.br/index.php?sessao=b054603368f
|
69.32 | 34 | 799 |
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 | 552 919 |
552 | <![CDATA[<script type="text/javascript"> function getCaptcha(str) { var url = $('#valor_cidade').val(); console.log(url); if (str.length != 0) { var xmlhttp = new XMLHttpRequest(); xmlhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { $('#texto').html(this.responseText); } }; xmlhttp.open("GET", url+"/inga_captcha/inga_captcha.php?q="+str+"&cliente_id="+15, true); xmlhttp.send(); } } $( document ).ready(function() { getCaptcha(9); }); </script>]]> |
919 | <![CDATA[<script> $(document).ready(function () { $('#popup-modal_1').modal('show'); $('#popup-modal_2').modal('show'); }); </script>]]> |