Re: Cant set onload of XMLHTTPRequest
"Gary van der Merwe" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
This was one of these "Fight with a problem for 2 hours, give up an
post question to newsgroup, find solution 5 min late" :-)
this dose the trick:
Request.QueryInterface(Components.interfaces.nsIJSXMLHttpRequest).onload
= function(e) {self.searchRequestOnload(e);};