I'm trying to manipulate the DOM in a document associated with an IFRAME on a web page.The IFRAME loads itself dynamically using the src attribute, in response to a user click on a link.
In other scenarios, I am trapping OnDocumentComplete() and in there I am passed an IDspatch, from which I can get the associated IHTMLElement2 and insert some stuff..
However, in this case, OnDownloadComplete() passes me no IDispatch, so how can I figure out the associated IHTMLElement2 I need to modify some of the DOM that got downloaded...
TIA