PDA

View Full Version : Open a Word Document


wivster
09-17-2002, 03:56 PM
How can I open and print a MS Word document stored on a shared location (which the user has access to) from Javascript at the click of a button. The user will have MS Word on their machine.

Thankx :)

mpjbrennan
09-17-2002, 04:52 PM
I believe (but check it out) that if you have a simple link - e.g. <a href="somefile.doc"></a> to a Word document called somefile.doc on your server then when you click on it Word will launch automatically - assuming it is on your PC.

hope this helps

Patrick