by Hiroshi on November 1st, 2008
Save Page From Printing Script (Printing Security Issue)
<link rel=alternate media=print href="printversion.doc">
Add above script into your head section of page. When user will try to print the page an alternative print will come out according to document mentioned in href (in this case printversion.doc).
