-
about document.getElementById("test").document.images
use this code below
document.getElementById("test").document.images
i can get the Images object in IE.But can not run with firefox.what is the method for Firefox to get the childrens' images(only) object?
loop the total childNodes or childrens?
-
Wow, that really works in IE. Sick...
document.getElementById("test").getElementsByTagName("img")
is the cross-browser compatible way.
-
surely can,thx,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks