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?