JavaScript onMouse


return to 
a Few HTML Resources

Look at the title bar when you're on
the 3 links below

Link 1

Link 2

Link 3

the HTML code

<a href="http://www.hotbot.com/" onmouseover="window.status='h o t b o t'; return true">




return to a Few HTML Resources




onMouseover & onMouseout

    Look in the Title bar Before, During and After being on the following link

Look in Title Bar

Here's the HTML

<a href="http://www.cnn.com/" onmouseover=
"window.status='~ ~ ~ CNN here ~ ~ ~'; return true"
onmouseout="window.status=''; return true"> Look in Title Bar</a>

Using the onMouseout, you can put a message
in the title bar ONLY when you are on the link.
The Title of the page is put back after.