home *** CD-ROM | disk | FTP | other *** search
/ Beweegwijzer / beweegwijzer.iso / setup / _SETUP.1 / CloseBtn.htc < prev    next >
Encoding:
Text File  |  2000-04-26  |  429 b   |  13 lines

  1. <PUBLIC:ATTACH EVENT="onclick"  HANDLER="Choose" />
  2.  
  3. <script language="JavaScript">
  4. function Choose() {
  5.     parent.AppWindow.style.visibility = 'hidden';
  6.     parent.CreditsImg.style.visibility = 'visible';
  7.     parent.CreditsImg.filters.blendTrans.Apply();
  8.     parent.CreditsImg.src = "images/colofon.bmp";
  9.     parent.CreditsImg.filters.blendTrans.Play();
  10.     setTimeout('parent.window.close();',20000);
  11.   }
  12. </script>
  13.