home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / internet / Webmaster / _SETUP.4 / Group3 / bgrb.jav < prev    next >
Text File  |  1998-12-30  |  612b  |  23 lines

  1. <!---BeginTitle--->Flash Background red and black<!---BeginJAVHead---><SCRIPT LANGUAGE="JAVASCRIPT">
  2.  
  3. // This script developed by Krishna "Mackfactor" Sudhakar
  4. // Krishna Sudhakar ::  mackfactor98@hotmail.com
  5. // http://members.tripod.com/~mackfactor
  6. // Anyone is free to use this script.  Please leave these 
  7. // comment lines in.  Thanks and enjoy.
  8.  
  9. // <!-- Hide from older browsers
  10.  
  11.  
  12.  
  13. for (j=4;j>=0;j=j-1) {
  14. for (i=255;i>=0;i=i-3)  {
  15.        rr=i>15 ? i.toString(16) : 0+i.toString(16);
  16.        document.bgColor=rr+"0000";
  17.        }
  18. }
  19.  
  20. // -->
  21.  
  22. </SCRIPT><!---BeginJAVBody---><!--EndJAVBody-->
  23.