What is the purpose of the method ActiveXObject()?

What is the purpose of the method ActiveXObject()? Correct Answer Used to instantiate automation object

The ActiveXObject.prototype object allows adding properties and methods to the ActiveXObject object that can be used with instances of the ActiveXObject object like any predefined property or method. The ActiveXObject() object is used only to instantiate Automation objects, and has no members.

Related Questions