Is there a way to use Javascript to see if a user has his or her browser set up to enable ActiveX objects?
Specifically, I only need the code for IE 6.0+ for a PC. (since ActiveX isn't really supported by any other browser anyway . . .)
Thanks!
Is there a way to use Javascript to see if a user has his or her browser set up to enable ActiveX objects?
Specifically, I only need the code for IE 6.0+ for a PC. (since ActiveX isn't really supported by any other browser anyway . . .)
Thanks!
Why not just try creating the object and use error handling (try .. catch should work)