
Opening Word Doc inside IE frame
Hello. I'm trying to do the same thing and I get a
similar message: Error: ActiveX Component can't create
object ("word.application"). This may be a stupid
question, but is it expecting Microsoft Word to be loaded
on the server computer or the client's computer? I do not
have Microsoft Word loaded on the Server. Is there an
ActiveX component for Word available without loading the
full version?
Thanks,
Eric
Quote:
>-----Original Message-----
>On Wed, 28 Aug 2002 08:11:38 -0700, "Danny Ng"
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
>You can use IE document.href property and set it to the
URL of a word
>document.
>that piec of code actually works here though
>.