JavaScript for the Simplest onMouseOver= calls
The simplest way to implement the onMouseOver= call is to include the text you wish sent to the status line within the link itself (within the <A HREF= tag). If you are employing only a few of these, it will suffice.

Moving your cursor over the link below will implement the call which is simply integrated into the HTML as follows:

<A HREF="http://www.infohiway.com/" onMouseOver="window.status='Try Our Fuzzy Link Search Engine'; return true;"> Infohiway Home Page</A>

 
  
 
Copy-N-Paste Window

Simply copy (type Control-c or Apple-c) the script from the window below. Then paste it (type Control-v or Apple-v) into your text editor and save (Control-s or Apple-s).