IE Update ActiveX Problems
Ever Since Microsoft launched its latest version of IE I am having problems with the Java Applets requiring the frustrating - "Click to Activate and Use This Control. I have done a lot of web searches and found a number of fixes, and even though I have been able to fix the problem on the websites that have Flash objects, I cannot seem to fix the problem where I use Java Applets. I have created a half dozen .JS files that I found at various sites but cannot seem to get the problem fixed. Any suggestions would be greatly appreciated. As an example this is what I have to fix the Flash programming, but does not fix the applets.
<script type="text/javascript" src="ieupdate.js"></script>
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
objects[i].outerHTML = objects[i].outerHTML;
|