> On our intranet, Word forms are posted as templates--*.dot files. When
> you look at the link in your browser it is:
[quoted text clipped - 14 lines]
> Templates dialog. Rename the shortcuts to something meaningful for that
> purpose.
... click a link?
Link in a Word document or a browser in an html?

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> With word 2003 (or xp) and Win xp pro sp2, when I klick a link (or enter
> the full adress to the .dot-file) it opens a .dot in my word...:/
[quoted text clipped - 19 lines]
>> Templates dialog. Rename the shortcuts to something meaningful for that
>> purpose.
Eric - 18 Feb 2005 09:13 GMT
Browser.
> ... click a link?
>
[quoted text clipped - 22 lines]
>>> Templates dialog. Rename the shortcuts to something meaningful for that
>>> purpose.
Charles Kenyon - 18 Feb 2005 16:35 GMT
It gives me a new document in Word. Note, when I tried this, I had Word
already open. That may make a difference.
When I see links to Word documents or templates on the internet, I usually
right-click and save the target to my disk and open it from there so I don't
run into this routinely.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Browser.
>
[quoted text clipped - 24 lines]
>>>> Templates dialog. Rename the shortcuts to something meaningful for that
>>>> purpose.
Eric was telling us:
Eric nous racontait que :
> With word 2003 (or xp) and Win xp pro sp2, when I klick a link (or
> enter the full adress to the .dot-file) it opens a .dot in my
> word...:/
See
http://support.microsoft.com%3Fkbid=278627/
Also, I seem to remember that it has something to do with opening the target
in a new window instead of the same browser window, but I could not find the
reference to that.
Finally, you can also use VB Script or Java to force the hyperlink to open a
true Word window (Instead of a Word instance in an IE window).
Something like:
'_______________________________________
<script language="JavaScript">
function runWord(strFile)
{
var myWord = new ActiveXObject("Word.Application");
myWord.Visible = true;
myWord.Documents.Add Template:=strFile;
}
</script>
<a href="javascript:runWord('http://myserver/document.dot');">Create
Document</a>
'_______________________________________

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Eric - 18 Feb 2005 09:18 GMT
Yes I've seen that link thanks (though it creates another problem),
The problem is not that it does open in ie instead of word (i can fix that
through explorer), it is simply that it open the .dot-file instaead of a
document based on the .dot-file. /e
> Eric was telling us:
> Eric nous racontait que :
[quoted text clipped - 26 lines]
> Document</a>
> '_______________________________________
Jean-Guy Marcil - 18 Feb 2005 16:25 GMT
Eric was telling us:
Eric nous racontait que :
> Yes I've seen that link thanks (though it creates another problem),
>
> The problem is not that it does open in ie instead of word (i can fix
> that through explorer), it is simply that it open the .dot-file
> instaead of a document based on the .dot-file. /e
Have you tried the Java example I posted? This will not open the *.dot file.

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org