Re: When does the DocumentComplete event get fired?



The main problem that I got into there was the cross domain issue. When I
went to a web site that was not in the same domain, I lost all programmatic
access to the document. Then I'd also have to deal with the issue of when a
link was clicked in the iFrame, I'd have to tell the ActiveX control.

Steve

"Igor Tandetnik" <itandetnik@xxxxxxxx> wrote in message
news:OYUHYF3rHHA.5028@xxxxxxxxxxxxxxxxxxxxxxx
Steve Ricketts <Velocedge@xxxxxxxxxxx> wrote:
Ouch... not a good article for my purposes! ;-) The problem is
that I have tried to do this many other ways... unsuccessfully.

What I'm trying to do is be able to lead a "web tour". We have a
distance learning system and I'd like to let the instructor open a
web page on their browser which sends the URL of that page to all the
participants (connected via IP) across the country.

How about this: a web page that hosts a) an iframe and b) an invisible
ActiveX control. The control is driving the contents of the iframe. An
iframe implements IWebBrowser2 and all the bells and whistles of a
WebBrowser object.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925




.



Relevant Pages

  • Re: When does the DocumentComplete event get fired?
    ... skills however are so good! ... See KB article KB196340 "How to get the WebBrowser object model of an HTML ... the ActiveX control. ... You can sink BeforeNavigate2 and DocumentComplete events from an iframe, ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: When does the DocumentComplete event get fired?
    ... Steve Ricketts wrote: ... a web page that hosts a) an iframe and b) an invisible ... ActiveX control. ... The control is driving the contents of the iframe. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • ActiveX control keeps links from working
    ... Whenever the ActiveX control is displaying a textbox, ... on the second page (the one containing the iframe) are not clickable. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Removing ActiveX controls
    ... : ActiveX control. ... then couldn't you destroy it by first loading it into a ... iframe and then reloading the iframe? ...
    (microsoft.public.scripting.jscript)
  • Re: IFrame.onload, IE and Remote Scripting
    ... iframe = document.createElement; ... I then load cross-domain requests by setting the src attribute of the ... In opera and FF, I get my little alert box, so I'm good to go ... (with much more restrictions about cross domain) ...
    (comp.lang.javascript)