Link Status Text
Go to www.cgiscript.net for more free tools!

Description:
Use this code to add individual status bar text messages for each link on your site. There is not limit on the amount of links this can work for.
Directions:
Follow steps 1 and 2 below. Use the 'Grab Text' buttons to select the code within the adjacent textarea. Then use Control-C or Edit -> Copy to buffer the text for pasting into your document.

Test the script HERE ( hover over this link )

Step 1: Insert the following code into the <head> section of your html document.

Then use Control-C to copy the text into your web page.

Step 2: Add the following code to each link on your site. It is added within the <HREF> tag. Edit the 'Add your text here' message to whatever message you would like to print to the status bar.

Example: <A HREF="http://www.site.com" onMouseover="write_it('Add your text here');return true;" onMouseout="write_it('');return true;">Link Text</A>

Then use Control-C to copy the text into your web page.