Navigator 3.0
document.images[i] document.images.length document.image-name
The images property of the Document object is an array of Image objects, one for each image that is embedded in the document with the HTML <IMG> tag.
If the NAME attribute is specified in the <IMG> tag for an Image, then a reference to that image will also be stored in a property of the Document object. This property will have the same name as the image. So if an image has a NAME="toggle" attribute, then you can refer to the image with document.toggle.
file: /Techref/language/java/script/definitive/refp_84.htm, 4KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 13:47,
18.218.167.247:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/java/script/definitive/refp_84.htm"> [Chapter 21] Reference: Document.images[]</A> |
Did you find what you needed? |