PDA

View Full Version : Print Button



Lastaut
29 Sep 2009, 01:32 PM
Using the following code:

<TABLE.....>
<TR>
<TD.....>
<input type="button" onClick="window.print()" value="Print"/>
</TD>
<TR>
</TABLE>

How can I use this print button but not have the button print on the paper itself?