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

Sites Pertecentes a (o) MG

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 5 133 160 294 516 559
133 <![CDATA[<script type="text/javascript"> hs.graphicsDir = '../../highslide/graphics/'; hs.wrapperClassName = "wide-border"; </script>]]>
160 <![CDATA[<script> function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition, showError) } else { $("#ContentPlaceHolder1_hdfError").val("Geolocalização não é suportada nesse browser.") } } function showPosition(position) { $("#ContentPlaceHolder1_hdfLatitudeMeu").val(position.coords.latitude); $("#ContentPlaceHolder1_hdfLongitudeMeu").val(position.coords.longitude); $("#ContentPlaceHolder1_btnLocalizacao").trigger('click'); //var lat = position.coords.latitude; //var lon = position.coords.longitude; //latlon = new google.maps.LatLng(lat, lon) //mapholder = document.getElementById('mapholder') //mapholder.style.height = '250px'; //mapholder.style.width = '500px'; //var myOptions = { // center: latlon, zoom: 14, // mapTypeId: google.maps.MapTypeId.ROADMAP, // mapTypeControl: false, // navigationControlOptions: { style: google.maps.NavigationControlStyle.SMALL } //}; //var map = new google.maps.Map(document.getElementById("mapholder"), myOptions); //var marker = new google.maps.Marker({ position: latlon, map: map, title: "Você está Aqui!" }); } function showError(error) { switch (error.code) { case error.PERMISSION_DENIED: $("#ContentPlaceHolder1_hdfError").val("Usuário rejeitou a solicitação de Geolocalização.") break; case error.POSITION_UNAVAILABLE: $("#ContentPlaceHolder1_hdfError").val("Localização indisponível.") break; case error.TIMEOUT: $("#ContentPlaceHolder1_hdfError").val("O tempo da requisição expirou.") break; case error.UNKNOWN_ERROR: $("#ContentPlaceHolder1_hdfError").val("Algum erro desconhecido aconteceu.") break; } } </script>]]>
294 <![CDATA[<script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); //]]> </script>]]>
516 <![CDATA[<script> $(".close").click(function () { $.each($('video'), function () { this.pause(); }); //$.each($('audio'), function () { // this.pause(); //}); $('iframe')[0].contentWindow.postMessage('{"event":"command","func":"stopVideo","args":""}', '*'); }); </script>]]>
559 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>