Print Button Example

This file allows the user to print this page at the click of a button.

It uses the onclick event handler to trigger a javascript function when the user clicks the button.

The Javascript function just calls the built-in window.print() javascript command.