Web host - JavaScript Programmer’s Reference OBJECT.classid (Property) The URL that
Friday, March 21st, 2008JavaScript Programmer’s Reference OBJECT.classid (Property) The URL that locates the registered ActiveX control within the local file system when MSIE is used on the Windows platform. Availability: JScript 3.0 Internet Explorer 4.0 Property/method value type: String primitive JavaScript syntax: IE myOBJECT.classid This is a special URL value used to locate ActiveX objects within the file system of the PC running the client browser. This is likely only available in Windows versions of the MSIE browser because that is the only platform that supports ActiveX objects. It is not supported on the Macintosh version of MSIE because ActiveX objects aren’t available there. This is because they are compiled x86 microcode and therefore cannot run in a non-Intel environment (unless the x86 CPU is being emulated). The ActiveX control needs to have been registered and installed already. It is possible to construct an