Availability: |
| |||
Inherits from: | Element object | |||
JavaScript syntax: | IE | myRT = myDocument.all.anElementID | ||
IE | myRT = myDocument.all.tags("RT")[anIndex] | |||
IE | myRT = myDocument.all[aName] | |||
- | myRT = myDocument.getElementById(anElementID) | |||
- | myRT = myDocument.getElementsByName(aName)[anIndex] | |||
- | myRT = myDocument.getElementsByTagName("RT")[anIndex] | |||
Argument list: | anIndex | A reference to an element in a collection | ||
aName | An associative array reference | |||
anElementID | The ID value of an Element object | |||
Collections: | all[], attributes[], childNodes[], children[], filters[] |
Prev | Home | Next |
rows object | Up | RUBY 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. |