Component objects within the document correspond to tags in the HTML or XML document. As tags, they may be given names with the NAME="..." HTML tag attribute. In the level 0 DOM, these names become properties of the document object, which can lead to pollution of the property/method namespace. This is likely to be changed in DOM level 1.
See also: | DOM |
Prev | Home | Next |
document | Up | Document event handlers |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |