I would like to integrate the Aurigma image uploader (http://www.aurigma.com/Products/ImageUploader/) on a website.
On Internet Explorer the control is an ActiveX control which issues a security prompt prior to the first installation.
To give the user instructions about how to react to this security warning I'd like to display an information window. I want to display this window only the control is not loaded.
if (controlIsNotLoaded()) {
doSomething()
}
How can I do that?