Hi, I have a Firefox plugin (toolbar). I need to navigate to some URL from C++ portion of the plug-in. The C++ component has a valid document pointer: nsIDOMDocument *. But how to navigate to a URL? There's (in Mozilla sources) nsiDocShell interface with LoadURI() method, but it's not frozen. There's LoadURI() method in browser.js - so should my C++ code call JS code in this case?
Thanks, Boris _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
