In the JS File:
-----------------------------------------------------------------------------
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
objects[i].outerHTML = objects[i].outerHTML;
}
In the HTML:
------------------------------------------------------------------------------
script type="text/javascript" src="XXX/ieupdate.js">
/script
Thursday, October 11, 2007
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment