Syntax
var variable = new ActiveXObject("serverName.typeName",location)
The ActiveXObject creates a reference to an object that is connected to another application or programming tool.
Argument Associated with ActiveXObject
ArgumentDescription
serverNameThe name of the application that provides the object.
typeNameThe type or class of the object to create.
locationThe name of the network server where the object is to be created. This field is optional.