Guest Joyce Postado Março 22, 2006 Denunciar Share Postado Março 22, 2006 Olá,Tenho um código onde preciso que um formulário seja utilizado nos browser's: Internet Explorer 6.0, Netscape 8.0 e Firefox 1.0.O que acontece, é que na visualização da impressão no IExplorer, ele se apresenta normalmente, mas, no Netscape e Firefox, ele fica desconfigurado. Vocês poderiam me ajudar??? Será que é configuração no browser, impressora, ou falta algum parâmetro no meu código???Obrigada desde já.... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 fercosmig Postado Março 22, 2006 Denunciar Share Postado Março 22, 2006 posta o código do formabraços Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Guest Joyce Postado Março 23, 2006 Denunciar Share Postado Março 23, 2006 (editado) Oi, tudo bem?Coloquei um trecho do código, ele está grande pois tem muitas tabelas....Outro detalhe, olhando a visualização da impressão no Netscape e Firefox, parece que ele aumenta o fonte...Obrigada.<TABLE border="0" cellPadding="0" width="100%"> <TBODY> <TR> <TD width="32%"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="134"> <tr> <td width="100%" height="16"> <div align="center"> <font face="Arial" size="2"><b>Saída / Chegada</b></font> </div> </td> </tr> <tr> <td width="100%" height="114"> <table border="0" width="101%" height="115"> <tr> <TD height=25 width="100%"> <TABLE border="1" borderColor="#000000" cellPadding="0" cellSpacing="0" width="100%" > <TBODY> <TR> <TD width="1%" height="16"> <div align="center"> <font face="Arial" size="2"><b>S.Orig.</b></font> </div> </TD> <TD width="74%"> <div align="center"> <font size="2" face="Arial"><%= SaidaO %> <b>às </b><%= SaidaOH %> <b>h.</b></FONT> </div> </TD> </TR> </TBODY> </TABLE> </TD> </tr> <tr> <TD height=25 width="100%"> <TABLE border=1 borderColor="#000000" cellPadding=0 cellSpacing=0 width="100%" > <TBODY> <TR> <TD width="1%" height="16"> <div align="center"> <font face="Arial" size="2"><b>C.Dest.</b></font> </div> </TD> <TD width="74%"> <div align="center"> <font size="2" face="Arial"><%= ChegadaD %><b> às </b><%= ChegadaDH %><b> h.</b></font> </div> </TD> </TR> </TBODY> </TABLE> </TD> </tr> <tr> <TD height=25 width="100%"> <TABLE border=1 borderColor=#000000 cellPadding=0 cellSpacing=0 width="100%"> <TBODY> <TR> <TD width="1%"> <div align="center"> <font face="Arial" size="2"><b>S.Dest.</b></font> </div> </TD> <TD width="74%"> <div align="center"> <font size="2" face="Arial"><%= SaidaD %><b> às</b><%= SaidaDH %><b> h.</b></font> </div> </TD> </TR> </TBODY> </TABLE> </TD> </tr> <tr> <TD height=24 width="100%"> <TABLE border=1 borderColor=#000000 cellPadding=0 cellSpacing=0 width="100%"> <TBODY> <TR> <TD width="1%"> <div align="center"> <font face="Arial" size="2"><b>C.Orig.</b></font> </div> </TD> <TD width="74%"> <div align="center"> <font size="2" face="Arial"><%= ChegadaO %><b> às </b><%= ChegadaOH %> <b>h.</b></font> </div> </TD> </TR> </TBODY> </TABLE> </TD> </tr> </table></td> </tr> </table> </TD> <TD width="53%"> <div align="center"> <table border="1" width="318" bordercolor="#000000" cellspacing="0" cellpadding="0" height="134"> <tr> <TD width="75" height="16" align="center"> <font size="2" face="Arial"> </font> </TD> <TD width="66" height="16" align="center"> <b><font face="Arial" size="2"> Quant. </font></b> </TD> <TD width="79" height="16" align="center"> <b><font face="Arial" size="2"> Valor</font></b> </TD> <TD width="90" height="16" align="center"> <b><font face="Arial" size="2"> Total</font></b> </TD> </tr> <tr> <TD width="75" height="21"> <FONT face="Arial" size=2><b>Diárias</b></FONT> </TD> <TD width="66" height="21"> <p align="center"> <font size="2" face="Arial"> <%= Diarias %> </font> </p> </TD> <TD width="79" height="21"> <p align="center"> <font size="2" face="Arial"> <%= ValorTotal %> </font> </p> </TD> <TD width="90" height="21"> <p align="center"> <font size="2" face="Arial"> <%= FormatNumber(DiariaTot,2) %></font> </p> </TD> </tr> <tr> <TD width="75" height="20"> <FONT face="Arial" size=2><b>Adicional </b></FONT> </TD> <TD width="66" height="20"> <p align="center"> <font size="2" face="Arial"> <%= AdicionalQ %></font> </p> </TD> <TD width="79" height="20"> <p align="center"> <font size="2" face="Arial"> <%= AdicionalV %></font> </p> </TD> <TD width="90" height="20"> <p align="center"> <font size="2" face="Arial"> <%= AdicionalTot %></font> </p> </TD> </tr> <tr> <TD width="75" height="21"><FONT face="Arial" size=2><b>Aux.Alim.</b></FONT></TD> <TD width="66" height="21"> <p align="center"><font size="2" face="Arial"> <%= AuxAlimentQ %></font> </p></TD> <TD width="79" height="21"> <p align="center"><font size="2" face="Arial"> <%= AuxAlimentV %></font> </p></TD> <TD width="90" height="21"> <font size="2" face="Arial"> (-) <%= AuxAlimentTot %></font> </TD> </tr> <tr> <TD width="75" height="22"><FONT face="Arial" size=2><b>Aux. Tran.</b></FONT></TD> <TD width="66" height="22"> <p align="center"><font size="2" face="Arial"> <%= AuxTranspQ %></font></p> </TD> <TD width="79" height="22"> <p align="center"><font size="2" face="Arial"> <%= AuxTranspV %> </font> </p></TD> <TD width="90" height="22"> <font size="2" face="Arial"> (-) <%= AuxTranspTot %></font> </TD> </tr> <tr> <TD colSpan=3 width="222" height="20"><FONT face="Arial" size=2><b>Valor Líquido ---------------------</b></FONT></TD> <TD width="90" height="24"> <p align="center"> <font size="2" face="Arial"><b> <%if VLiquido=0 then %> <%else%> <%=FormatNumber(VLiquido,2)%> <%end if %> </b></font> </p> </TD> </tr> </table> </div> </TD> <TD width="17%"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="134"> <tr> <td width="100%" height="16"> <p align="center"> <FONT face="Arial" size=2><b>Depósito</b></FONT> </p> </td> </tr> <tr> <td width="100%" height="116"> <table border="0" width="108"> <tr> <TD width="30" height="25"> <FONT face="Arial" size=2><b>Bco:<br></b></FONT> </TD> <TD width="64" height="25" valign="top"> <font size="2" face="Arial"><%= RSForm("Banco") %></font> </TD> </tr> <tr> <TD width="30" height="25" valign="top"> <FONT face="Arial" size=2><b>AG.:<br></b></FONT> </TD> <TD width="64" height="25" valign="top"> <font size="2" face="Arial"><%= RSForm("Agencia") %></font> </TD> </tr> <tr> <TD width="30" height="25" valign="top"> <font face="Arial" size="2"><b>C/C:</b></font> </TD> <TD width="64" height="25" valign="top"> <font size="2" face="Arial"><%= RSForm("Conta") %></font> </TD> </tr> </table> </td> </tr> </table> </TD> </TR> </TBODY> </TABLE> <TABLE border=0 cellPadding=0 cellspacing=0 width="100%"> <TBODY> <tr> <td><div align="center"><b><font size="2" face="Arial">Descrição Orçamentária</font></b></div></td> </tr> <tr> <td><table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000"> <tr> <td><table border="0" width="100%" cellpadding="0" > <tr> <td width="16%" align="center"><font face="Arial" size="2"><b>Referência</b></font></td> <td width="15%" align="center"><font face="Arial" size="2"> </font><font face="Arial" size="2"><b>FR</b></font></td> <td width="15%" align="center"><font face="Arial" size="2"><b>PTRES</b></font></td> <td width="18%" align="center"><font face="Arial" size="2"><b>PI</b></font></td> <td width="18%" align="center"><font face="Arial" size="2"><b>ND</b></font></td> <td width="18%" align="center"><font face="Arial" size="2"><b>No Empenho</b></font></td> </tr> <tr> <td width="16%" bordercolor="#000000"> <div align="center"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="30"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"><b>Diária</b></font></div></td> </tr> </table> <font face="Arial" size="2"></font></div></td> <td width="15%"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="30"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"> <%= RSForm("FR1") %></font></div></td> </tr> </table></td> <td width="15%"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="25"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"> <%= RSForm("PTRes1") %></font></div></td> </tr> </table></td> <td width="18%"><table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="25"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"> <%= RSForm("PI1") %></font></div></td> </tr> </table></td> <td width="18%"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="30"> <tr> <td width="100%" align="center" height="30"><font face="Arial" size="2"> <%= RSForm("ND1") %></font></td> </tr> </table></td> <td width="18%"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="25"> <tr> <td width="100%" height="30"> </td> </tr> </table></td> </tr> <tr> <td bordercolor="#000000"> <div align="center"> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="30"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"><b>Transporte</b></font></div></td> </tr> </table> <font face="Arial" size="2"></font></div></td> <td> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="30"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"> <%= RSForm("FR2") %></font></div></td> </tr> </table></td> <td> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="25"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"> <%= RSForm("PTRes2") %></font></div></td> </tr> </table></td> <td><table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="25"> <tr> <td width="100%" height="30"><div align="center"><font face="Arial" size="2"> <%= RSForm("PI2") %></font></div></td> </tr> </table></td> <td> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="30"> <tr> <td width="100%" align="center" height="30"><font face="Arial" size="2"> <%= RSForm("ND2") %></font></td> </tr> </table></td> <td> <table border="1" width="100%" bordercolor="#000000" cellspacing="0" cellpadding="0" height="25"> <tr> <td width="100%" height="30"> </td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </TBODY> </TABLE> Editado Março 23, 2006 por cyberalexxx Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Guest Joyce Postado Março 28, 2006 Denunciar Share Postado Março 28, 2006 E aí...alguém tem alguma dica???? Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest Joyce
Olá,
Tenho um código onde preciso que um formulário seja utilizado nos browser's: Internet Explorer 6.0, Netscape 8.0 e Firefox 1.0.
O que acontece, é que na visualização da impressão no IExplorer, ele se apresenta normalmente, mas, no Netscape e Firefox, ele fica desconfigurado.
Vocês poderiam me ajudar??? Será que é configuração no browser, impressora, ou falta algum parâmetro no meu código???
Obrigada desde já....
Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.