How can I test for an ActiveX control without using new ActiveXObject()?
Posted
by Christian Nunciato
on Stack Overflow
See other posts from Stack Overflow
or by Christian Nunciato
Published on 2010-05-04T17:44:09Z
Indexed on
2010/05/04
17:48 UTC
Read the original article
Hit count: 275
JavaScript
|activex
Is there a way to test for the presence of an ActiveX control (with JavaScript) without actually attempting to create an object from it? The control I'm attempting to detect is taking a long time to instantiate; I'm just looking for a more efficient approach, if there is one.
Thanks in advance!
© Stack Overflow or respective owner