Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can I find what plugins are loaded?

0 views
Skip to first unread message

Arulmozhi Sengodan

unread,
Dec 18, 2000, 11:02:32 AM12/18/00
to
Hi,

I need to find the plugins loaded on the client machine and based on that
load a new plugin or continue with the old. I do not know how to get this on
IE.

Any help would certainly be very helpful.

Thanks
Arul


Marek Blahus

unread,
Dec 18, 2000, 3:03:37 PM12/18/00
to
Try to search the members of the navigator.plugins collection in JavaScript.
Then redirect to the according page.

Marek Blahus

"Arulmozhi Sengodan" <Arulmozhi...@us.bosch.com> wrote in message
news:91lcer$1as$1...@proxy.fe.internet.bosch.de...

Arulmozhi Sengodan

unread,
Dec 19, 2000, 2:10:04 PM12/19/00
to
I am not able to get the collection in IE. Is there some wauy that I can
collect these?

Thanks

Marek Blahus wrote in message ...

Ray Ban

unread,
Dec 29, 2000, 12:12:05 AM12/29/00
to
I'm not certain you can. However, you could test for individual plugins, or
their object's existence...
<xmp>
if(navigator.plugins("Macromedia Flash"))
...rest of script...
</xmp>
"Marek Blahus" <bla...@seznam.cz> wrote in message
news:uzR$1teaAHA.2076@tkmsftngp02...
0 new messages