Print Page From a Link
Sometimes it is handy to have a page that you can use to print a hard copy of. Forms or instruction pages are a good example. To create a link to print the page you can use the following:
<a onClick="window.print();">Print This Page</a>
If you need to format the page, remove graphics etc to fit better into a printed document you can use a print CSS method described here.
<a onClick="window.print();">Print This Page</a>
If you need to format the page, remove graphics etc to fit better into a printed document you can use a print CSS method described here.
0 Comments:
Post a Comment
<< Home