Re: Retrieve target frame from OnStartURIOpen callback
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 9/2/10 6:10 AM, Annie765 wrote: > > I have an embedded browser application which uses Mozilla. > Is there a way to retrieve the target frame from the "OnStartURIOpen" > callback? > (the frame in which the content is about to be loaded) There is not, no. (And in fact, at the time this callback happens it's not even known whether the content will be loaded in a frame.) -Boris