home *** CD-ROM | disk | FTP | other *** search
- <HTMLtool>Displays a message in the status bar when the visitor points over an image</HTMLtool>
- <!-- This script displays 'Your message goes here' in the status bar when the mouse pointer is over the 'Put your image here' image -->
-
- <A HREF="URL" ONMOUSEOVER="window.status='Your message goes here'; return true" ONMOUSEOUT="window.status=''">
- <P><IMG SRC="Put your image here" BORDER="0"></A>
-
-