home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / LorenzHTMLTool / _SETUP.1 / Statusbar Hint.scp < prev    next >
Encoding:
Text File  |  1998-04-12  |  401 b   |  7 lines

  1. <HTMLtool>Displays a message in the status bar when the visitor points over an image</HTMLtool>
  2. <!-- This script displays 'Your message goes here' in the status bar when the mouse pointer is over the 'Put your image here' image -->
  3.  
  4. <A HREF="URL" ONMOUSEOVER="window.status='Your message goes here'; return true" ONMOUSEOUT="window.status=''">
  5. <P><IMG SRC="Put your image here" BORDER="0"></A>
  6.  
  7.