Create print ready pages on your Web pages. Do you want to allow your readers to be able to print your Web pages so they can read them again later or share them with friends? You can with this JavaScript. You assign the parts of the page you want your readers to be able to print and place a button on the page. Then they can print your pages.
The code itself goes in the head tags. Then you need to add the div tags around the part of the page you want your readers to be able to print. Finally you need to create a text link or a button that will allow your readers to print the page with just one click.
