Hello,
I wrote a script to loop through all objects on the page and store them into an Array..... for(i=0; i<document.forms[0].elements.length; i++)
I also captured the images....for(i=0;i<document.images.length;i++)
Tested my code ONLY to find that my array did NOT contain any <input type="image"> objects.![]()
No matter what I do, I am not able to detect any <input type="image"> objects!!!!!!!!
Advice anyone? Code examples would be great!
Thanks in advance.



Reply With Quote


Bookmarks