|
|
Question : How to print multiple MS WORD docs from browser
|
|
My current ASP app http links to a single MS Word doc so that when users click on the doc link, the document is opened via their local copy of MS WORD. From there, they can press their PRINT button from within Word to print the document.
However, I would like to be able to provide a link that would automatically print several word docs on the user's printer without requiring them to open each doc individually and press the Print button. Is this possible?
It is for a secure internal intranet, everyone using the latest IE and everyone having MS Word on their machines.
3rd party controls are also acceptable if this is the only way. Is there a Windows Scripting Host procedure that can be used? Javascript?
Thanks for any help!
|
Answer : How to print multiple MS WORD docs from browser
|
|
When you click on the document link, it will open the word document. When you click on the Print.gif (create your own..) image, the word document will be printed automatically. This trick works with any URL - you can print a web site page without opening it first.
printout
document #1 > document #2 > document #3 >
|
|
|
|
|