with HTML - Opening a new word Document in word from a word Templa

M

Mark

I am creating a search list for all the templates we have on word in our
company using a CSV file which a webpage links to.

I have the path of each of the word templates in the CSV file, can anyone
please assist me with some HTML which will call a new word document from a
particular template?
 
K

Kevin Spencer

There is no HTML that will do this. You would need to write a server-side
application that uses the Word COM interface on the server. Also note that
the Word document would not be saved back to the server, but would have to
be uploaded. This is a pretty complex programming task. You might want to
think about using Microsoft Windows SharePoint Services, which has this
functionality built in, instead.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
Top