Many objects are identified in the DOM hierarchy of the web browser by means of their name property. This value is defined as an HTML tag attribute.
Some objects can be accessed using an ID="..." HTML tag attribute instead of ,or as well as, the NAME="..." HTML tag attribute. With browsers converging on the DOM specification and its Nodal structure, the NAME="..." HTML tag attribute is expected to become deprecated in favor of the ID="..." attribute.
See also: | Anchor.name, Document.<form_name>, ID="...", Object.name, OBJECT.name, Plugin.name, Window.name |
Prev | Home | Next |
name | Up | NamedNodeMap object |
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. |