E
eetrojan
Several months ago, I managed to setup a fledgling intranet to let our
secretaries open Word docs based on .dot Word templates through
"intranet" pages that contain standard html links. I did this by
right-clicking the .dot files to create .lnk shortcuts to the .dot
files in the same directory.
The HTML code that allows the user to open a .doc document file based
on the .dot template actually points to the .lnk file like this:
<a href="forms\letterhead.dot.lnk">Open New Letterhead Document</a>
It works great for opeing document files based on the template.
Fastforward to now....
I'd like to add a second "Edit" link that would let certain power
users edit the underlying .dot template file. In searching the web,
it seems that the following HTML would open the .dot template in edit
mode, rather than a .doc document based on the template:
<a href="forms\letterhead.dot">Edit Template</a>
Unfortunately, it open a .dot template file, but it's a "(read only)"
copy.
My test machine is running Office 2003 and IE 6.
Thanks for your thoughts!
Joe.
secretaries open Word docs based on .dot Word templates through
"intranet" pages that contain standard html links. I did this by
right-clicking the .dot files to create .lnk shortcuts to the .dot
files in the same directory.
The HTML code that allows the user to open a .doc document file based
on the .dot template actually points to the .lnk file like this:
<a href="forms\letterhead.dot.lnk">Open New Letterhead Document</a>
It works great for opeing document files based on the template.
Fastforward to now....
I'd like to add a second "Edit" link that would let certain power
users edit the underlying .dot template file. In searching the web,
it seems that the following HTML would open the .dot template in edit
mode, rather than a .doc document based on the template:
<a href="forms\letterhead.dot">Edit Template</a>
Unfortunately, it open a .dot template file, but it's a "(read only)"
copy.
My test machine is running Office 2003 and IE 6.
Thanks for your thoughts!
Joe.