ken wrote:
this.webNavigation.loadURI(aURL, nsIWebNavigation.LOAD_FLAGS_NONE, null,
null, null);

var testDocument = this.webNavigation.document;

Loading a URI is asynchronous, the document you are getting here won't be the one that corresponds to aURL...
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to