Microsoft IE Changes - Active Content

This is the most elegant workaround I've seen proposed. I will try it soon but I'm wondering if anyone can confirm it works with Lectora 2005 output? @sflowers] Here is one that I know works on pages with normal inline object tags:and in an external js file (you'll have to include this as a resource and be sure that it's accessible from all of your page files (coded relative in the snippet above):var objects = document.getElementsByTagName( 'object' ) for ( var i = 0; i < objects.length; i++ ) objects[ i wrote:

.outerHTML = objects[ i ].outerHTML;

Discussions have been disabled for this post