Previous versions of Netscape started a DDE server that would allow an external (C++) application to communicate with the browser -- you could use this technique to tell the browser to load another page and to receive information about pages the browser has loaded.
DDE appears not to have been implemented in Netscape 6, so I was wondering if there is another way to do this. The external application is a standalone C++ program running under Windoze and this is just a small part of the entire package.
