How Do I Detect the Adobe Acrobat Version Installed in Firefox via JavaScript
Posted
by Snocrash
on Stack Overflow
See other posts from Stack Overflow
or by Snocrash
Published on 2008-10-09T04:37:22Z
Indexed on
2010/04/20
16:23 UTC
Read the original article
Hit count: 180
Title says it all. I know this can be done in IE by creating an ActiveX object, but how do I do it in FF. The navigator.plugins['Adobe Acrobat'] object lets me know if it's installed or not, but it doesn't contain the version number. Any ideas?
© Stack Overflow or respective owner