How do I detect if ActiveX is enabled in the browser of client?
I tried following code, but it\'s not working in Firefox.
window.ActiveXObject not wo
What isn't working? Is that throwing an error in FF? How about
var hasAX = "ActiveXObject" in window;