October 6, 2011

Printing HTML

To initiate the Print of a web page use the following HTML and Javascript:
<a href="javascript:window.print()">Print Page</a> 
This is how the link looks: Print Page

There is more on this at Htmlgoodies

No comments: