home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 228 / DPCS0207.ISO / Extras / DigiTV / Data1.cab / ieupdate.js < prev    next >
Encoding:
Text File  |  2006-04-21  |  302 b   |  10 lines

  1. // --------------------------------------------------------
  2. // Needed to get around IE's border around object behaviour
  3.  
  4.  
  5. theObjects = document. getElementsByTagName ("object");
  6.  
  7. for (var i = 0; i < theObjects. length; i++)
  8.   theObjects [i]. outerHTML = theObjects [i]. outerHTML; 
  9. } // for