Defines the properties and methods inherited by objects in the HTMLAreasCollection prototype chain.
Syntax
| HTML | N/A |
|---|
| Scripting | HTMLAreasCollection.prototype |
|---|
Members Table
The following table lists the members exposed by the
HTMLAreasCollection Constructor
object.
Attributes/Properties
| Property | Description |
|---|
| length |
Gets or sets the number of objects in a collection. |
Methods
| Method | Description |
|---|
| add |
Adds an element to the areas, controlRange, or options collection. |
| item |
Retrieves an object from an areas collection. |
| namedItem |
Retrieves an object from an areas collection. |
| remove |
Removes an element from the collection. |
| tags |
Retrieves a collection of objects that have the specified HTML tag name. |
| urns |
Retrieves a collection of all objects to which a specified behavior is attached. |
Remarks
For more information on this and other DOM Prototypes see
Document Object Model Prototypes, Part 1: Introduction.
This prototype does not derive from any objects.
Applies To
See Also