Log in

View Full Version : Button to print



therinpa
07-14-2005, 03:00 AM
I remember a while back seeing a script or code for a button to activate the printer. Can anyone help me here?
Therinpa@sc.rr.com :confused:

jscheuer1
07-14-2005, 03:33 AM
<input type="button" value="Print This Page" onclick="print();">Requires javascript enabled and will only open the print dialogue box, same as choosing "File > Print" from the menu or clicking on the icon of the printer in the toolbar (if available).