home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / grunge_skull / ieupdate.js < prev    next >
Text File  |  2006-05-04  |  164b  |  7 lines

  1. theObjects = document.getElementsByTagName("object"); 
  2. for (var i = 0; i < theObjects.length; i++) { 
  3. theObjects[i].outerHTML = theObjects[i].outerHTML; 
  4. }
  5.  
  6.  
  7.