If you want to give your users a handy link to print the current page you can easily include a print link in the footer.
You can do this by adding the following to the CopyrightNotice property on the Properties page in the Build Profile Editor:
<a href="javascript:window.print()">Print this Page</a>
0 Comments