Q
|
Is it possible to detect disabled ActiveX - similar to how disabled JavaScript and Java applets are detected?
|
A
|
Yes. The ActiveXControls property tells you whether the browser supports ActiveX but not whether it is enabled or not. And the ActiveXEnabled property tells you whether ActiveX is actually enabled.
|