Hi all. I'm wondering if it is possible to install a listener to ensure that no links open up in new windows - since I'm embedding the browser window as a widget in a larger window. I don't see any way of finding the "target" of the URI being loaded, so I'm not sure how I could go about filtering/redirecting. The only thing I can think to do is filter every URI, don't let it load, but stash the URI then call nsIWebNavigation::LoadURI() to make sure it's loading in the correct embedded instance.
Does anyone have any other ideas? Will this even work? Any help is appreciated. This seems to be something many embedders would want to do. J _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
