Arne, Philippe wrote: > I've a display problem, and I want to know when are done , not only the > page itself (OnstateChange STATE_STOP STATE_IS_NETWORK), but all the > display regarding the elements included in the page (images, flash....). > No request pending, even if a request failed.
You want either the "load" or "pageshow" event, depending on how you want to handle session history traversal. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

