Re: How to print the src attribute of an ImageElement
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Can you please tell me if it is possible to find out what is the url > of the actual image from a pointer > or imgIContainer or nsIImage or gfxImageFrame? You can't get it from any of those, but imgIRequest has a URI... -Boris