JavaScript 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
This entry was posted
on Friday, March 21st, 2008 at 3:15 am and is filed under Tomcat.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.