
Theo
Project Manager
/ Moderator

Aug 24, 2004, 4:13 PM
Post #2 of 4
(6914 views)
Shortcut
|
Robert, I found a little javascript widget for you from http://javascript.internet.com/miscellaneous/print-frame.html. Here are the instructions: - Paste this code into the Head of the _doc_page.html template:
<script> // (C) 2004 www.CodeLifter.com // Free for all users, but leave in this header function framePrint(whichFrame){ parent[whichFrame].focus(); parent[whichFrame].print(); } </script> - Paste this code into the BODY of of the _doc_page.html template:
<a href="javascript:framePrint('content');"> Click Here to Print </a> Works like a charm. :) Theo Wiersma Project Manager
(This post was edited by Theo on Aug 26, 2004, 11:42 AM)
|