I.E Plugin detection

Z

Zapp

Hello all!

I need to do detect the IPXI move player plugin in IE. I know you have
to look for the Active X object, Netscape you just loop through and it will
print out the plugins.
Can anyone point me to a script that will detect IE plugins?
Thanks in advance!
 
G

Grant Wagner

Zapp said:
Hello all!

I need to do detect the IPXI move player plugin in IE. I know you have
to look for the Active X object, Netscape you just loop through and it will
print out the plugins.
Can anyone point me to a script that will detect IE plugins?
Thanks in advance!

<url: http://developer.apple.com/internet/javascript/detectplugins.html />

It's QuickTime specific, but it demonstrates one way to detect plugins on
Internet Explorer. Pay particular attention to phrases such as "Since plug-in
detection is a notoriously tricky business, this script was written to make
detection of the most common plug-ins as painless as possible."

If the code at the above URL does not give you enough information, you can try:

<url: http://www.google.com/search?q=detect+internet+explorer+plugins />

--
| Grant Wagner <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 6/7 and Mozilla
* http://www.mozilla.org/docs/web-developer/upgrade_2.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,076
Messages
2,570,565
Members
47,200
Latest member
Vanessa98N

Latest Threads

Top