How a web page might respond to a dashboard
To facilitate downloading in our web application, we install / download an ActiveX control on the download page. People don't realize that the dashboard is asking them to install this control. How can I customize the page so that it instructs / supports users and helps them install the addon and only continues when it's done? I cannot find a / http trigger status code that I can check.
I noticed that the Microsoft Download Center shows a page with instructions requiring Windows Genuine Advantage to be installed before proceeding, but I couldn't find it now, and don't know of any other examples I can investigate.
edit: Since I found it possible to use javascript to determine if the control is set by an object see http://www.velocityreviews.com/forums/t98678-check-to-see-if-active-x-control-is- installed-and-display-instructions-if-needed.html
source to share