Opening a word doc in part of an html page 
Author Message
 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.



Mon, 23 Sep 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How to open Word doc in ASP Page?

2. using word to open an html file and save it as .doc

3. how to open *.asp(code part)/*.doc or any other file in its original programm

4. Open word 97 doc with doc name as variable

5. Opening Word or Excel from a HTML page?

6. Excel open .doc or word open .xls?

7. Printing multiple Word doc files without opening each in word

8. Opening Word Doc inside IE frame

9. Open Word w/doc from Jscript

10. open doc/excel file in frame with Word/Excel menubar

11. Opening Word Doc inside an IE frame

12. Opening Word Doc

 

 
Powered by phpBB® Forum Software