Is it possible to detect whether my ActiveX plugin is installed or not in IE browser through javascript?
Any pointers would be quite helpful.
Update: In GChrome browser I can find the number of plugins installed by running navigator.plugins.length
in javascript.. Is there any similar code available for IE?