[EMAIL PROTECTED] wrote: > My question is how can I find out which element i(e.g. an embed > element) n the dom makes that http request?
In general, you can't..... In fact, some requests might map to multiple elements, or none at all. The low-level necko code really doesn't know what will be done with the data. -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
