what i meant to say below is if i use the following to show the button ONLY when NOT printing :
<style media="print">
.noPrint {display:none;}
</style>
<span class="noPrint">
<input type=button onCLick="javascript:window.print()" value="Print this Report">
</span>
, how do i use the same method to show something only when printing ?
thanx
<style media="print">
.noPrint {display:none;}
</style>
<span class="noPrint">
<input type=button onCLick="javascript:window.print()" value="Print this Report">
</span>
, how do i use the same method to show something only when printing ?
thanx