Web Hosting Talk







View Full Version : Javascript: print page


triXtyle
11-13-2007, 10:22 AM
http://www.javascript-page.com/printpage.html


This script allows the user to print the page with a click of a button. This is for people who don't want to press the print button at the top of the browser. I don't really know why people want it, but this script is highly requested.


Do you use window.print() function and why would you requested it if you were a newbie :)

cheers :beer:

p.s. I`ll ask how to print page to place it in onLoad() in the <body>-tag if I want direct printing of the page, with minumum effort from the user :)

the_pm
11-13-2007, 10:39 AM
p.s. I`ll ask how to print page to place it in onLoad() in the <body>-tag if I want direct printing of the page, with minumum effort from the user :)<body onload="window.print();">