Hello ! in my c++ embed application, i try to execute some javascript scripts (with evaluateString() method). Some of these scripts, during execution, load a new uri (so my app that implements nsiWebProgressListener will be notified of this loading, i suppose), and others just modify the content of the window on client side (for example, a new image will appear on a onClick event...). In that case (client side modified only), i'd like to know if there is any particular listener to notify my application that the content of window (Dom and nsiframes refreshed) has changed, and how to get these new informations. Because for the moment, my app has implemented only "nsIWebProgressListener" and i'm not able to make a difference when a uri is loading after a javascript call and a simple modification of the client window after another javascript call.
Any idea ? Thank you. -- B�atrice Philippe [EMAIL PROTECTED] _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
