[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
collection
JavaScript's object model hierarchy refers to all the different elements of the web page. Some elements can occur more than once in a webpage (eg. links images, or frames).
A collection is a list (array) of these same elements. Elements of the array are numbered, starting from zero.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
collection
JavaScript's object model hierarchy refers to all the different elements of the web page. Some elements can occur more than once in a webpage (eg. links images, or frames).
A collection is a list (array) of these same elements. Elements of the array are numbered, starting from zero.
window.frames[] window.document.forms[] window.document.images[] window.document.links[]
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
