JavaScript Tutorial/MS JScript/ActiveXObject

Материал из Web эксперт
Перейти к: навигация, поиск

ActiveXObject

Syntax



   <source lang="javascript">

var variable = new ActiveXObject("serverName.typeName",location)</source>


The ActiveXObject creates a reference to an object that is connected to another application or programming tool.

Argument Associated with ActiveXObject

Argument Description serverName The name of the application that provides the object. typeName The type or class of the object to create. location The name of the network server where the object is to be created. This field is optional.