I need to listen to an event fire by Firefox when user exits this app
(or when all windows are closed).  I need to do this using Javascript
in a XUL app.  I also need to listen for a successful/complete load a
page using javascript (loading is probably easy, just set the location
of window.content.document), but I need to listen to the event (page
load?) that say when the page has been fully loaded.

So, I need to register 2 event listeners:

1) When the app exists
2) When some page on the web has completed loading and rendering(by my
script)

Thank you in advance,

vh

_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to