Defines the properties and methods inherited by objects in the HTMLGenericElement prototype chain.
Syntax
| HTML | N/A |
|---|
| Scripting | HTMLGenericElement.prototype |
|---|
Members Table
The following table lists the members exposed by the
HTMLGenericElement Constructor
object.
Attributes/Properties
| Property | Description |
|---|
| recordset |
Sets or retrieves from a data source object a reference to the default record set. |
Methods
| Method | Description |
|---|
| namedRecordset |
Retrieves the recordset object corresponding to the named data member from a data source object (DSO). |
Remarks
For more information on this and other DOM Prototypes
,
see
Document Object Model Prototypes, Part 1: Introduction.
This prototype derives from the
Element Constructor.
Applies To
See Also