Placing a Message on the Status Bar


The Code:

Add the code in red below to your <A> (links) tag.

<A HREF="index.html"
  onMouseOver="window.status='Back to Tips and Tricks Index'; return true"
  onMouseOut="window.status='
Please Select Another Link'">
Tips and Tricks Index
</A>

Example:

Watch the status bar when you focus and unfocus on the following links:

Tips and Tricks Index
Yahoo.com
HowdyYall.com
Webtech.tstc.edu



<INPUT TYPE="button" VALUE=" Back "
   onClick="history.go(-1)"
   onMouseOver="window.status='Click Here to return to Tips and Tricks';
   return true;"
   onMouseOut="window.status='Well, you can leave some other time'">