I've a scenario where a client's internet explorer 6 browser does not allow instantances of activex controls to be created rendering ajax inoperable in jquery.
This also pops a warning at the top of the user's browser.
Is there anyway to detect that ActiveX is available without generating any warnings for the user? I'd like to use ajax if it's available but I would like to have the function degrade to a classic form post if the object cannot be created.