Automation object (Object/JScript)

An object created in the JScript environment for connecting to other applications within the host environment.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmyAutomation = GetObject(aLocation)
IEmyAutomation = GetObject(aLocation, anObjectType)
IEmyAutomation = GetObject(aLocation!aSubObject)
IEmyAutomation = GetObject(aLocation!aSubObject, anObjectType)
Argument list:anObjectTypeWhat sort of application and object class type to be created
aLocationA path to the file for the object to be instantiated
aSubObjectA fragment identifier for a sub-object within the file

See also:ActiveXObject object

Refer to:

GetObject()