revised 7-16-97 - 2:00pm CDT ~ 1900 GMT

 
  This version only works on Webtv.


JavaScript onMouse


return to 
HTML Resources by jimxx

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 to HTML resources by jimxx




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=''">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.