On Saturday 16 September 2006 09:51, Can Candan wrote: Hello, https://bugzilla.mozilla.org/show_bug.cgi?id=338259 The comment #7 shows an example how to do the DOM access.
The document loading (setURL) method is asynchronous, that is it returns immediately and the document loads in background. You have to use nsIWebProgressListener or just Thread.sleep() ;-) best regards, Michal _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
