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

Sites Pertecentes a (o) AM

Endereço Nota Erros Avisos

afi.sefaz.am.gov.br/redirect.asp?sistema=23

72.77 27 101
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 9 25 48 64 110 110 144 145 171 171
1.1.6 Presença de javascript(s) interno 5 114 124 172 198 285
25 <![CDATA[<td valign='top' id="topoPagina" style="height: 40px;"> <table width="100%" border="0" cellpadding="0" align="center" cellspacing="0" id="topo"> <tr class="cabecalho" id="Pag" width="1000"> <td class="logoTopoPagina"> ; </td> <td align="right" class="textoTopoPagina"> <img alt="" src="/img/logoonline.png"> </td> </tr> </table> <table width='100%' cellspacing='0' border='0' height="25px" id="fundoMenu" align='center'> <tr> <td style='width: 5px;'> ;</td> <td align='left' width='140px'> <a href='http://www.sefaz.am.gov.br' class='branco'> ;Portal da SEFAZ </a> </td> <td align='center'> Manaus, 10 de outubro de 2023 </td> <td width='162px' align='right'> <a href="/sair.asp" class='branco'> Sair ; <img class='icoMenuTopo' alt="" src='/svg/icone/sair_secundario.svg'> </a> </td> <td style='width: 5px;'> ;</td> </tr> </table> </td>]]>
48 <![CDATA[<td style='width: 5px;'> ;</td>]]>
64 <![CDATA[<td style='width: 5px;'> ;</td>]]>
110 <![CDATA[<td style='width: 2px'> ;</td>]]>
110 <![CDATA[<td style='width: 5px'> ;</td>]]>
144 <![CDATA[<input type='button' name='btPesquisar' id='btPesquisar' style="background-image: url( /img/icone/pesquisar.png );" class='botaoDinamico' value='Pesquisar' onClick="pesquisarProcesso()">]]>
145 <![CDATA[<input type='button' name='voltar' id='voltar' style="background-image: url( /img/icone/voltar.png );" class='botaoDinamico' value='Voltar' onClick="window.open( 'http://www.sefaz.am.gov.br', '_self' );">]]>
171 <![CDATA[<td style='width: 2px'> ;</td>]]>
171 <![CDATA[<td style='width: 5px'> ;</td>]]>
114 <![CDATA[<script language="javascript"> try { $( "#nrProcesso" ).mask( "99.99.999999.999999/9999-99", { placeholder: " ", autoclear: false } ); document.getElementById( 'nrProcesso' ).removeAttribute( 'maxLength' ); } catch( err ) { } </script>]]>
124 <![CDATA[<script language="javascript"> try { $( "#nrProcesso" ).mask( "99.99.999999.999999/9999-99", { placeholder: " ", autoclear: false } ); document.getElementById( 'nrProcesso' ).removeAttribute( 'maxLength' ); } catch( err ) { } </script>]]>
172 <![CDATA[<script language="javascript"> try { $( "#nrProcAntigo" ).mask( "99999/99-9", { placeholder: " ", autoclear: false } ); document.getElementById( 'nrProcAntigo' ).removeAttribute( 'maxLength' ); } catch( err ) { } </script>]]>
198 <![CDATA[<script language='javascript'> // ------------------------------------------------------------ function novaPesquisa() { document.getElementById( 'form' ).style.display = ''; document.getElementById( 'areaResultado' ).style.display = 'none'; document.getElementById( 'processo' ).value = ''; document.getElementById( 'nrProcesso' ).value = ''; document.getElementById( 'nrProcAntigo' ).value = ''; } // ------------------------------------------------------------ // ------------------------------------------------------------ function pesquisarProcesso() { if ( document.getElementById( 'nrProcesso' ).value != '' ) { document.getElementById( 'processo' ).value = document.getElementById( 'nrProcesso' ).value; } else { document.getElementById( 'processo' ).value = document.getElementById( 'nrProcAntigo' ).value; } document.getElementById( 'form' ).submit(); } // ------------------------------------------------------------ </script>]]>
285 <![CDATA[<script language='javascript'> tmpTam = document.getElementById( 'areaConteudoRodape' ).offsetWidth - document.getElementById( 'areaConteudoRodape_m' ).offsetWidth; document.getElementById( 'areaConteudoRodape_e' ).style.width = Math.round( tmpTam / 2 ) + 'px'; document.getElementById( 'areaConteudoRodape_d' ).style.width = Math.round( tmpTam / 2 ) + 'px'; </script>]]>