
Opening a word doc in part of an html page
Hi,
I am trying to open a word document stored on my web server as part of
an html page alongside a button which will save the document and then
move to another location.
So far I have:
Dim objWord
Dim strLocation
strLocation = " http://www.*-*-*.com/ ;
Set objWord = CreateObject("Word.Application")
objWord.Visible = true
objWord.Documents.Open strLocation
This will open the document outside the page as a read only file. I
cannot find out how to embed it as part of the page or be able to save
it using VBScript.
Can anyone help?
Thanks in advance
Mark
Sent via Deja.com http://www.*-*-*.com/
Before you buy.