How to detect some Activex in Javascript ?
- by Rebol Tutorial
I have an activex plugin here:
http://reboltutorial.com/plugins/logo-badge/
I tried by adapting the script http://forums.devarticles.com/javascript-development-22/detecting-activex-objects-installed-in-ie-11041.html to
<script>
//if RPluginIE is not installed
if( !document.RPluginIE){
document.loction.href = "Notfound.html"
}
</script>
but it doesn't work.
How to detect for any activex ?