DHTML Object Model and Collections
DHTML Object Model and Collections
• Collections
– Arrays of related objects on a page
– all
• all the XHTML elements in a document
– children
• Specific element contains that element’s child elements
document all
navigator body
plugins
location embeds
event filters
screen forms
images
Key links
object plugins
collection scripts
styleSheets
styleSheets Contains styleSheet objects that represent each style element in the XHTML
document and each style sheet included in the XHTML document via link.
Fig. 13.11 Objects in the Internet Explorer 6 Object Model.