Hi,
We have a number of word templates which contain a number of bookmarks. At present I have an ASP script which generates a HTML form containg dynamic data. A vbscript function on the client machine then opens word with VBA office automation and replaces the bookmark values with the form values. Thus a new word document is created on client machine.
I know that you can use <code>Response.ContentType = 'application/vnd.ms-word'</code> to do a similar thing. But really I would like to generate this document on the server side, is there any way???
Digital Soma
We have a number of word templates which contain a number of bookmarks. At present I have an ASP script which generates a HTML form containg dynamic data. A vbscript function on the client machine then opens word with VBA office automation and replaces the bookmark values with the form values. Thus a new word document is created on client machine.
I know that you can use <code>Response.ContentType = 'application/vnd.ms-word'</code> to do a similar thing. But really I would like to generate this document on the server side, is there any way???
Digital Soma