MarMikKen@webtv.net
|
Have you ever moved on to a link and before you could
click on it, the name or info about the link shows up
in the status bar? Watch the status bar when you move
over the link. Example:  Draac's Gifs 123 Here's the code! |
<a href= "http://URL of your link"; onmouseover="window.status='Status bar info'">Name of your link</a>
|
Here's another cool one, watch the status bar when you
move on and off the link.
Example:  U-T-L-R-A'S hOmEpAgE
Here's the Code!
|
<a href="http://URL of your link": onmouseover= "window.status='status bar info';return true": onmouseout="window.status=''">name of your link</a> |