Dynamically imports an element behavior into a document.
Members Table
The following table lists the members exposed by the
namespace
object.
Attributes/Properties
| Attribute | Property | Description |
|---|
| name |
Retrieves the name of the namespace. |
| readyState |
Retrieves the current state of the object. |
| URN | urn |
Sets or gets a Uniform Resource Name (URN) for a target document. |
EventsMethods
| Method | Description |
|---|
| attachEvent |
Binds the specified function to an event, so that the function gets called whenever the event fires on the object. |
| detachEvent |
Unbinds the specified function from the event, so that the function stops receiving notifications when the event fires. |
| doImport |
Dynamically imports an element behavior. |
Prototypes
Remarks
This object is available in script as of Microsoft Internet Explorer 5.5.
Standards Information
There is no public standard that applies to this object.
See Also