Michael R wrote: > How can I overcome the problem ? > Maybe I can use other events ?
You could use onload, possibly... Not sure. That depends on exactly what sort of frame you're using. For example, display:none XUL iframes simply do not load the document. At all. so there's no event to work with. An HTML iframe, on the other hand, would fire onload. And probably DOMContentLoaded too, actually. -Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
