SatHack wrote:
>Unfortunatelly only WWW_OpenUrl is supported by mozilla at this time.
>Things like "back" and "forward" can not be initiated via DDE.
>
>Just thinking about COM and interfaces; do you think this may be reasonable ?
>
This is a ugly hack but you could get the result you're after by calling
WWW_OpenUrl ("javascript:back();")
The alternative is to write some kind of XPCOM/chrome overlay that loads
with Mozilla and exposes a mechanism that you can control the app with.
For example, write an XPCOM service in C++ that listens to some port
that you can send commands through.
There is also some accessibility code (that I know nothing about) that
may allow remote control operations as well.
Adam