Many objects are identified in the DOM hierarchy of the web browser by means of their id property. This value is defined as an HTML tag attribute.
Some objects can be accessed using a <NAME="..."> HTML tag attribute instead of or as well as the ID="..." HTML tag attribute.
Netscape 4.0 supports ID access but only apparently for visible elements. Version 6.0 is much more consistent now that it supports the DOM standard properly.
| Prev | Home | Next |
| iCab | Up | Identically equal to (===) |
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. | ||