I am wondering if it is possible in javascript to search the registry for a particular classid that can tell if you have the proper version of a plug in. There is a plethera of scripts out there to check for plugins, but none can check for the version number I need. The version of the program is 1.3.1.9
I have a script that works great with netscape, but in ie, you have to check the active x name, and that does not give you all the minor version numbers. Anyway, is there a way, for instance, to do a if then statement with classid?
I have a script that works great with netscape, but in ie, you have to check the active x name, and that does not give you all the minor version numbers. Anyway, is there a way, for instance, to do a if then statement with classid?