Re: Access image from a document in DOM

document.images[0] or document.getElementsByTagName('img')[0], for example.

Regards,
Martijn

2007/3/22, Harry Smith <harrysmithmailbox@yahoo.com>:
>
> Dear Sir/Madam,
>
>    Does any method to access Image in a document when
> the document has loaded image?
>
>    Regards
>
> Harry Smith
>
>
>
> ____________________________________________________________________________________
> TV dinner still cooling?
> Check out "Tonight's Picks" on Yahoo! TV.
> http://tv.yahoo.com/
>
>
>


-- 
Martijn Wargers
Help Mozilla!
http://weblogs.mozillazine.org/qa/
http://www.mozilla.org/contribute/

Received on Friday, 23 March 2007 11:44:58 UTC