How do I hide the button on the printed page. The button should only show on screen.
Now I have done like this, but the button shows on the printed page.
Code:<font class="size1" face="Arial" size="1"> <input name="button2" type="button" value="PRINT OUT" onClick="window.print()" style="font-family: geneva,verdana; font-size: 8pt;"></font>




Reply With Quote