Detecting Plug in

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are trying to record browser information when a customer comes to our
site. I have been able to get most basic browser information using both asp
and asp.net. The only thing I’m missing is the ability to detect plug-ins.
Does anyone know how I can access the plug-in collection in IE? I have not
found any clear way of doing it on the internet I’m starting to think I am
headed down the wrong path. Maybe IE doesn‘t call it a plug-in collection???

Thanks for any help you can give me.
 
you are correct, IE does not have a plugin collection. in IE you generally
try to create the object, if the create fails, then its not installed, or
not allowed. google for detecting adobe or flash in IE for lots of examples.

-- bruce (sqlwork.com)
 
Back
Top