Hi there,
I am using htm and asp to write a web applicaiton, which opens a word
template located in its sub folder. Then my app will ask the user to
input whatever info required and then I will populate the word doc
according without opening the word doc to the user explicitly. Then
the newly created file will be saved to a server (ip address
available).
I just wonder how this can be accomplished, if I try to use
client-side vbscript, I was not able to use fso.copyfile to copy file
from URL to a server. Besides, when I open the word doc, even explicit
saying the wordobject is invisible it still ask me question if I want
to open it read-only or ....but I don't want the user to see the
template at all.
If I user server-script in an asp, I won't be able to use
server.createobject(word.application), so how can I open the word doc
and change it then?
Please advice me the best way the get this done...
Thanks in advance. Any help will be greatly appreciated.
Wanda