
When I get a few minutes later, I take along a handful of printed items wherever I'm going, and read it whenever I can, ie. waiting in the dentist office, waiting in traffic (at a standstill, of course), waiting for my haircolor to cover the gray, waiting for etc-etc.
To add this nice little feature to your web page, all you need to do is place a snippet of JavaScript code with a text link into your web page. To draw attention to your Print this Page link, simply add a printer icon nearby. Remember that content truly is king, but it does not hurt to add some visual effects for those folks who are visually oriented especially when the graphic files are so small it does not inhibit page load time.
To get your web site visitors' printer properties box to popup when they click a "Print This Page" link, use the code below where you would normally put the hyperlink to a page:
javascript:print()
How the source code looks with a hyperlink:
<a href="javascript:print()">Print this Page</a>
How the source code looks with an image:
<a href="javascript:print()"><img src="print.gif" border="0" alt="name of image"></a>