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

  1. <!---BeginTitle--->Image Flip<!---BeginJAVHead---><SCRIPT LANGUAGE="JavaScript">
  2. <!-- hide from none JavaScript Browsers
  3.                                           
  4. Image1= new Image(75,50)
  5. Image1.src = "goof3.gif"
  6. Image2 = new Image(75,50)
  7. Image2.src = "goof4.gif"
  8.                                           
  9. function SwapOut() {
  10. document.Rupert.src = Image2.src; return true;
  11. }
  12.                                           
  13. function SwapBack() {
  14. document.Rupert.src = Image1.src; return true;
  15. }
  16.                                           
  17. // - stop hiding -->
  18. </SCRIPT><!---BeginJAVBody---><P>
  19. <A HREF="index.html" onmouseover="SwapOut()" onmouseout="SwapBack()"><IMG NAME="Rupert" SRC="goof4.gif" WIDTH=75 HEIGHT=50 BORDER=0></A>
  20. </P><!--EndJAVBody-->
  21.