Hi,
I'm after help again please...
I have an ASP generated Menu page which has links to various Word 97 Template (.dot files).
I have 2 problems with them and wonder if anybody can provide any assistance.
1/ the Word documents are linked via the <A Href tag to the .DOT file. If opened from a standard HTML page, it seems to behave like a Word template should, i.e creates a new document based on the template design. If opened from an ASp page it seems to be opening the .DOT itself (alsmots like right click,Open (rather than New). likewise when its saved, it saves a .dot template file? How can I make it open as new and save as a .doc file?
<td width="50%"><li>
<A href="./documents/SimpAppUpdate.dot">Update Simple Application Request</a>
</td>
2/ On occassions (not everytime, which makes it more confusing), it seems to leave a winword.exe session active in the backround, meaning that any subsequent attempts to open a template lok the PC? Any ideas how to avoid this please.
Thanks in advance
PaulSc.
I'm after help again please...
I have an ASP generated Menu page which has links to various Word 97 Template (.dot files).
I have 2 problems with them and wonder if anybody can provide any assistance.
1/ the Word documents are linked via the <A Href tag to the .DOT file. If opened from a standard HTML page, it seems to behave like a Word template should, i.e creates a new document based on the template design. If opened from an ASp page it seems to be opening the .DOT itself (alsmots like right click,Open (rather than New). likewise when its saved, it saves a .dot template file? How can I make it open as new and save as a .doc file?
<td width="50%"><li>
<A href="./documents/SimpAppUpdate.dot">Update Simple Application Request</a>
</td>
2/ On occassions (not everytime, which makes it more confusing), it seems to leave a winword.exe session active in the backround, meaning that any subsequent attempts to open a template lok the PC? Any ideas how to avoid this please.
Thanks in advance
PaulSc.