[FONT=Courier]var objects = document.getElementsByTagName( ‘object’ );
for ( var i = 0; i < objects.length; i++ )
objects[ i ].outerHTML = objects[ i ].outerHTML;[/FONT]
yay! it is good because you just add code instead of changing existing code. and it works like a dream.
Thats just the same as what MS says to do. Embed the objects using external js. All you did was check to see if the browser was IE. Whats so different about that? :huh: