|
February 6, 2000 The images Array Tips: February 2000
Yehuda Shiran, Ph.D.
|
|
The document.images object reflects the images on a web page. In a frame-based page, each frame has its own document object.Not only are all the images in a document packed into one object, but each image is also an object of its own. Thus, you can refer to an image in one of the following ways:
Consider the following HTML definition:
Let's suppose the this code defines the third image on the page. The following references reflect that image:
If you decide to use the array notation, be prepared to change the indices in your scripts whenever you add a new image before an existing one. Therefore, we highly recommend the property notation. Learn more about using the images array in Column 25, Universal JavaScript Rollovers.
People who read this tip also read these tips: Look for similar tips by subject: |