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

Sites Pertecentes a (o) BA

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 1 13 223 471
1 <![CDATA[<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-90483679-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>]]>
13 <![CDATA[<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-90483679-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>]]>
223 <![CDATA[<script language="javascript"> function valida(form) { if (form.username.value === '') { alert('Favor informar Email e/ou Senha!'); form.username.focus(); return false; } if (form.password.value === '') { alert('Favor informar a Senha.'); form.password.focus(); return false; } form.submit(); } </script>]]>
471 <![CDATA[<script type="text/javascript"> var tpj = jQuery; tpj(document).ready(function() { if (tpj.fn.cssOriginal != undefined) tpj.fn.css = tpj.fn.cssOriginal; tpj('.fullwidthbanner').revolution( { delay: 11000, startwidth: 890, startheight: 450, onHoverStop: "off", thumbWidth: 100, // Thumb With and Height and Amount (only if navigation Tyope set to thumb !) thumbHeight: 50, thumbAmount: 4, hideThumbs: 0, navigationType: "bullet", //bullet, thumb, none, both (No Shadow in Fullwidth Version !) navigationArrows: "none", //nexttobullets, verticalcentered, none navigationStyle: "round", //round,square,navbar touchenabled: "off", navOffsetHorizontal: 0, navOffsetVertical: 20, fullWidth: "off", shadow: 0 }); }); </script>]]>