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

Sites Pertecentes a (o) MG

Endereço Nota Erros Avisos

camarademariana.mg.gov.br/legislacoes/6611/

83.59 47 212
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 4 2 54 444 452
2 <![CDATA[<script> grecaptcha.ready(function() { // do request for recaptcha token // response is promise with passed token grecaptcha.execute('6Lf4wCIeAAAAAJyYNZOx2V_CWrQuEQUoEvuN1DtR', {action:'validate_captcha'}) .then(function(token) { // add token value to form document.getElementById('g-recaptcha-response').value = token; }); }); </script>]]>
54 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
444 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-141309927-1'); </script>]]>
452 <![CDATA[<script> $(document).ready(function() { $('#nascimento').mask('00/00/0000'); $('#cpf').mask('000.000.000-00'); var SPMaskBehavior = function (val) { return val.replace(/\D/g, '').length === 11 ? '(00) 00000-0000' : '(00) 0000-00009'; }, spOptions = { onKeyPress: function(val, e, field, options) { field.mask(SPMaskBehavior.apply({}, arguments), options); } }; $('#telefone').mask(SPMaskBehavior, spOptions); $("#PesquisarArtigo").hide(); $("#FecharPesquisa").click(function(event){ event.preventDefault(); $("#PesquisarArtigo").hide(); $("#AbrirPesquisa").show(); }); $("#AbrirPesquisa").click(function(event){ event.preventDefault(); $("#PesquisarArtigo").show(); $("#AbrirPesquisa").hide(); }); }); $(function(){ $("#FormPesquisar").submit(function(){ var urlPesquisa = ""; var palavra = $("#PalavraChave").val(); var categoria = $("#Categoria").val(); var numero = $("#Numero").val(); var ano = $("#Ano").val(); var data = $("#Data").val(); var status = $("#Status").val(); var autor = $("#Autor").val(); if(categoria != "") urlPesquisa = urlPesquisa+'&Categoria='+categoria; if(numero != "") urlPesquisa = urlPesquisa+'&Numero='+numero; if(ano != "") urlPesquisa = urlPesquisa+'&Ano='+ano; if(data != "") urlPesquisa = urlPesquisa+'&Data='+data; if(status != "") urlPesquisa = urlPesquisa+'&Status='+status; if(autor != "") urlPesquisa = urlPesquisa+'&CodAutor='+autor; if(palavra != "") urlPesquisa = urlPesquisa+'&PalavraChave='+palavra; window.location = 'http://camarademariana.mg.gov.br/legislacoes/?Acao=Pesquisar'+urlPesquisa; return false; }); }); </script>]]>