Well here you go. this script will help you out.
Make a Javascript file and name it
ieupdate.js.
objects = document.getElementsByTagName("object");
for (var i = 0; i < ojects.length; i++)
{
objects[i].outerHTML = objects[i].outerHTML;
}
in your HTML page, lets call out the script after the LAST OBJECT -
Start Javascript and include this in the start.
*** make sure that the src is pointing to the right directory. I would suggest that you keep the html's and the js file together in the same directory so this script works on its own.
No comments:
Post a Comment