iFuseDavid
07-05-2006, 03:56 PM
Im trying to set up a way where a user can print a document without all the navbar, menu, and all that junk. I just want the text to be printed. So I thought I could just create a printer friendly html page with just the document. However on the main html page I want a link to automatically print the printly friently html page.
something like window.print() but is there I way to do something like 'printly-friendly.html'.print().
I thought about just making a link to printly-friendly.html and then on load do window.print and then history(-1) but I think the first way would be more prefessional
something like window.print() but is there I way to do something like 'printly-friendly.html'.print().
I thought about just making a link to printly-friendly.html and then on load do window.print and then history(-1) but I think the first way would be more prefessional
