detecting plugins on IE11 using javascript

199 views Asked by At

I have a web app that requires a number of plugins/add-on and I need to detect whether the user has those add-ons or not, if it was IE10 or earlier I have no problem I can use a VBscript. I've tried the

 navigator.plugin 

object which returns an empty array. I know the programs are supported in IE11 I just have no way of detecting them since VBscript is depricated.

0

There are 0 answers