[Javascript] Listing Images on current page

Hassan Schroeder hassan at webtuitive.com
Thu Sep 6 09:58:20 CDT 2007


Del Wegener wrote:

> How do I get a list of the images on the current page ?

var images = document.getElementsByTagName("img")

..should do it...

-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                            dream.  code.




More information about the Javascript mailing list