Hi I'm still looking for the eventListener's implementation.
I sow (in the mozilla sources) , the embedding/browser/gtk/ EmbedPrivate. Unfortunatly, I cannot build it because some .h are missing. Anyway, an EmbedEventListener's class is used to listen to the DOMEvents. And I hope I can filter the events by name using nsIDOMEvent.GetType(); I sow into embedPrivate that mEventReceiver (nsIDOMEventReceiver) is used to add the KeyListeners and MouseListner. But I read that using an EventReceiver to add a listener is obsolete. If I want to know if a page was loaded. Have I just to filter on "pageshow" on the DOMEvent object of HandleEvent ? What about the listeners. How to add them. are they samples regarding these issues. thak's very much for your responses philippe _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

