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

Sites Pertecentes a (o) RN

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 11
11 <![CDATA[<script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-72819378-1', 'auto'); ga('send', 'pageview'); jQuery(function($){ $("#cpf").mask("999.999.999-99"); //function verificaSenha(){ $('.dica + span').css({ display: 'none', border: '1px solid #ec795a', padding: '2px 4px', background: '#fff', marginLeft: '10px' }); $('.dica').focus(function() { $(this).next().fadeIn(700); }).blur(function() { $(this).next().fadeOut(700); }); $('#salvar').click(function() { if ( $("#cpf").val() == "" ) { alert("Informe seu cpf"); $("#cpf").focus(); return false; } else if ( $("#senha").val() == "" ) { alert("Informe sua senha"); $("#senha").focus(); return false; } else if ( $("#reSenha").val() == "" ) { alert("Informe sua reSenha"); $("#reSenha").focus(); return false; } else if($("#senha").val() != $("#reSenha").val()){ alert("As Senhas não são iguais!"); return false; } else{ $("#formu").attr("action","incs/man/manIndex.asp"); $("#formu").submit(); } }); }); </script>]]>