ActiveX is an open cross-platform standard that enables developers to create interactive content for the World Wide Web. ActiveX Controls can be inserted into a Web Page or other application to reuse packaged functionality someone else programmed.The benefits of using ActiveX are:
ActiveX Controls are modular programs designed to give specific functionality to a parent application called "Container". Containers are programs that supply the environment for ActiveX Controls to run. There are two main ActiveX Control Containers:
ActiveX Control Container is a program that supplies the environment for ActiveX control to run. These enviroments are as follows:
ActiveX Controls are placed in Web Pages using the (object) HTML tag. The contents of the object tag are:
When an ActiveX enabled browser encounters a control in the object tag, it either downloads the control from its specified lacation or refers to its internal list of saved controls in the operating system registry and executes it within its content area.
With these controls you can: