namespace Object

Dynamically imports an element behavior into a document.

Members Table

The following table lists the members exposed by the namespace object.

Attributes/Properties
AttributePropertyDescription
name Retrieves the name of the namespace.
readyState Retrieves the current state of the object.
URNurn Sets or gets a Uniform Resource Name (URN) for a target document.
Events
EventDescription
onreadystatechange Fires when the state of the object has changed.
Methods
MethodDescription
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
ObjectDescription
HTMLNamespaceInfo Constructor New for Windows Internet Explorer 8  Defines the properties and methods inherited by objects in the HTMLNamespaceInfo Constructor prototype chain.

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

Tags :


Page view tracker