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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

biodiversidade.prefeitura.sp.gov.br/FormsPublic/p04Fl
ora.aspx

79.63 14 188
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 7 10 38 57 120 144 432 507
10 <![CDATA[<script type="text/javascript" language="JavaScript"> //PortalConfiguration.setTitle('Secretaria de <em>Xxxxxx Xxxxxx Xxxx</em>'); //PortalConfiguration.setTrackBack('<a href="index.htm">Secretaria Xxxxxxxxxxxx</a>'); PortalConfiguration.hideSearch(); PortalConfiguration.hideTools(); PortalConfiguration.hideTitle(); PortalConfiguration.hideInfoInstante(); PortalConfiguration.setMenu('claro'); PortalConfiguration.setColor('#FFFFFF'); //PortalConfiguration.setTrackBack('<a href="http://www.prefeitura.sp.gov.br/">Capa do Portal</a> > <a href="http://www.prefeitura.sp.gov.br/cidade/secretarias">Secretarias</a> > Finanças'); PortalConfiguration.setResolution('1024x768'); </script>]]>
38 <![CDATA[<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17025963-1']); _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>]]>
57 <![CDATA[<script type="text/javascript"> function findValue(li) { if (li == null) return alert("No match!"); // if coming from an AJAX call, let's use the CityId as the value if (!!li.extra) var sValue = li.extra[0]; // otherwise, let's just display the value in the text box else var sValue = li.selectValue; //alert("The value you selected was: " + sValue); } function selectItem(li) { findValue(li); } function formatItem(row) { return row[0] // + " (id: " + row[1] + ")"; } $(document).ready(function() { $("#ctl00_ContentPlaceHolder1_txtPesquisaFlora").autocomplete("FloraAutocompleteData.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); $("#ctl00_ContentPlaceHolder1_txtAAutor").autocomplete("FloraAutocompleteAutor.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); $("#ctl00_ContentPlaceHolder1_txtAEpiteto").autocomplete("FloraAutocompleteEpiteto.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); $("#ctl00_ContentPlaceHolder1_txtAGenero").autocomplete("FloraAutocompleteGenero.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); }); </script>]]>
120 <![CDATA[<script type="text/javascript" language="JavaScript"> <!-- PortalStructure.printHeader(); // Insere o Header na página --> </script>]]>
144 <![CDATA[<script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); //]]> </script>]]>
432 <![CDATA[<script type="text/javascript"> Sys.WebForms.PageRequestManager.getInstance().add_endRequest(registraAutoComplete); function registraAutoComplete() { $(document).ready(function() { $("#ctl00_ContentPlaceHolder1_txtPesquisaFlora").autocomplete("FloraAutocompleteData.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); $("#ctl00_ContentPlaceHolder1_txtAAutor").autocomplete("FloraAutocompleteAutor.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); $("#ctl00_ContentPlaceHolder1_txtAEpiteto").autocomplete("FloraAutocompleteEpiteto.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); $("#ctl00_ContentPlaceHolder1_txtAGenero").autocomplete("FloraAutocompleteGenero.ashx", { matchSubset: 1, matchContains: 1, cacheLength: 10, onItemSelect: selectItem, onFindValue: findValue, formatItem: formatItem }); }); } </script>]]>
507 <![CDATA[<script type="text/javascript" language="JavaScript"> <!-- PortalStructure.printFooter(); // Insere o Footer na página --> </script>]]>