home / experts / javascript / column1 |
|
The Not only are all the images in a document packed into one objet, 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. JavaScript also offers the standard |
Created: August 21, 1997
Revised: March 6, 2000
URL: http://www.webreference.com/js/column1/object.html