Launch ms word template as new document from IE...
Posted
by Simon
on Stack Overflow
See other posts from Stack Overflow
or by Simon
Published on 2010-03-26T12:00:24Z
Indexed on
2010/03/26
12:03 UTC
Read the original article
Hit count: 178
activex
I have a requirement to launch .dot files (ms word templates) as new documents from the browser...
Let me explain... if you click on a .dot file in Windows Explorer it opens a new document and runs any macros... you can right click and edit the template...
I want to link to the files, so I use <a href="file://myserver/templates/letter.dot">Letter</a>
... However this then prompts for the "Download File" dialogue box... and then if I click "Open" it opens the template in edit mode... not the required new document mode...
This may be a technical impossibility but can I achieve the desired result in ActiveX or something??
© Stack Overflow or respective owner