Assuming you mean &lt;img /&gt; elements, you can do this:<br><br>var aImages = document.getElementsByTagName("IMG");<br><br>Now you have an array of all image elements in the page and you can loop through it to analyze each element.<br><br>Cheers,<br><br>Peter<br><br><font face="Tahoma, Arial, Sans-Serif" size=2><b>From</b>: "Del Wegener" <a href="mailto:del@delweg.com">del@delweg.com</a><br></font><br>Good Morning;<br><br>How do I get a list of the images on the current page ?<br>With JavaScripot of course.<br>Thanks in advance<br><br>Del<br>del@delweg.com