
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