home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Dreamweaver / dreamw.exe / data1.cab / App_Files / Configuration / Objects / Common / Rollover.js < prev    next >
Encoding:
JavaScript  |  1999-12-09  |  652 b   |  25 lines

  1. //
  2. // Copyright 1998 Macromedia, Inc. All rights reserved.
  3. // ----------------------------------------------------
  4. //
  5. // Rollover.js
  6. //
  7. // See Commands/Rollover.js for implementation of Rollover
  8. // Image object
  9. //
  10.  
  11. //*************** GLOBALS *********************
  12.  
  13. //*************** API *************************
  14.  
  15. function objectTag() {
  16.    var rolloverTag = callCommand("Rollover.htm");
  17.    if (rolloverTag) { //if inserting call, update the behavior functions as needed
  18.      updateBehaviorFns("MM_findObj","MM_swapImgRestore","MM_preloadImages","MM_swapImage");
  19.    } else {
  20.      rolloverTag = '';
  21.    }
  22.    return(rolloverTag);
  23. }
  24.  
  25.