IHTMLDocument3_Interface interface
TBD.
Members
The IHTMLDocument3_Interface interface inherits from the IUnknown interface. IHTMLDocument3_Interface also has these types of members:
Methods
The IHTMLDocument3_Interface interface has these methods.
| Method | Description |
|---|---|
| attachEvent |
Binds the specified function to an event, so that the function gets called whenever the event fires on the object. |
| createDocumentFragment |
Creates a new document and returns a pointer to the newly created document. |
| createTextNode |
Creates a text string from the specified value. |
| detachEvent |
Unbinds the specified function from the event, so that the function stops receiving notifications when the event fires. |
| getElementById |
Returns a reference to the first object with the specified value of the ID or NAME attribute. |
| getElementsByName |
Gets a collection of objects based on the value of the NAME or ID attribute. |
| getElementsByTagName |
Retrieves a collection of objects based on the specified element name. |
| recalc |
Recalculates all dynamic properties in the current document. |
Send comments about this topic to Microsoft
Build date: 1/23/2012