home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / wmp9beta / mpsetup.exe / wmploc.DLL / HTML / BG.HTC < prev    next >
Encoding:
Text File  |  2002-08-19  |  445 b   |  16 lines

  1. <PUBLIC:COMPONENT lightWeight=true>
  2. <PUBLIC:METHOD NAME="reload" />
  3. <PUBLIC:PROPERTY NAME="image" />
  4.  
  5. <SCRIPT LANGUAGE="JScript">
  6.  
  7. function load() 
  8. {
  9.     element.innerHTML = '<span id="' + element.uniqueID + 'bg" style="width: expression(document.body.clientWidth * 30); height: 100%; background: transparent url(' + getBGImage(image) + ') repeat-x top left"></span>';
  10. }
  11.  
  12. function reload() { load(); }
  13.  
  14. </SCRIPT>
  15. </PUBLIC:COMPONENT>
  16.