Is it possible to print an external file using javascript?
I was wondering if it is possible to print a file with out viewing it first by using a hyperlink on a webpage. Bacically i want users to print off a form (doc file) by clicking a link.
eg:
-so the hyperlink would be here:
kings-head-inn.com/print/linkpage.html
-and the doc file would be here:
kings-head-inn.com/print/doc.doc
I understand javascript can be used to print the current window or frame, but can it be used to print an external file? and how can this be done?