home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #15 / K-CD_2001-15.iso / Bugnosis / DATA1.CAB / Program_Executable_Files / WebBug.dll / HTML / CONTACT.HTC < prev    next >
Encoding:
Text File  |  2001-06-18  |  467 b   |  20 lines

  1. <PUBLIC:COMPONENT>
  2. <PUBLIC:ATTACH EVENT="onmouseover" ONEVENT="contactCursorIn()" />
  3. <PUBLIC:ATTACH EVENT="onmouseout" ONEVENT="contactCursorOut()" />
  4. <SCRIPT LANGUAGE="JavaScript">
  5. function contactCursorIn ()
  6. {
  7.     if (element == event.srcElement) {
  8.         element.style.cursor='hand';
  9.         status='Compose e-mail to ' + element.email;
  10.     }
  11. }
  12.  
  13. function contactCursorOut() {
  14.     if (element == event.srcElement) {
  15.         status = '';
  16.     }
  17. }
  18. </SCRIPT>
  19. </PUBLIC:COMPONENT>
  20.