Opening Word Doc inside an IE frame 
Author Message
 Opening Word Doc inside an IE frame

I'm having a lot of trouble opening a word document inside
an IE frame.

Could anyone give me a general lay out of how this can be
done.

And possibly tell me how to make the opening doc read only?

Some of the things I tried:
Dim oWord
Set oWord = CreateObject("Word.Application")
and I get this error :(
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'CreateObject'
/Prototype/frame3.asp, line 7

Any help would be greatly appreciated.
Desparate Dan



Sun, 13 Feb 2005 23:04:24 GMT  
 Opening Word Doc inside an IE frame
Drop your security settings in IE then retry this.  This would be considered
a normal security breach trying to open a word doc that could contain virus
code.


Quote:
> I'm having a lot of trouble opening a word document inside
> an IE frame.

> Could anyone give me a general lay out of how this can be
> done.

> And possibly tell me how to make the opening doc read only?

> Some of the things I tried:
> Dim oWord
> Set oWord = CreateObject("Word.Application")
> and I get this error :(
> Error Type:
> Microsoft VBScript runtime (0x800A0046)
> Permission denied: 'CreateObject'
> /Prototype/frame3.asp, line 7

> Any help would be greatly appreciated.
> Desparate Dan



Mon, 14 Feb 2005 10:11:42 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Opening Word Doc inside IE frame

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

3. Open a word doc in IE

4. Finding text inside Word doc without Word?

5. Open word 97 doc with doc name as variable

6. Open word-file in MS Word from link in IE

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

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

9. Controlling Word/Excel document inside IE

10. Cannot control MS-Word inside IE 4.0

11. Cannot control MS-WORD inside IE 4.0

12. Open Word w/doc from Jscript

 

 
Powered by phpBB® Forum Software