Status Bar Message Options
Go to www.cgiscript.net
for more free tools!
Description:
Display specific text in the status bar on Mouseover and Mouseout events.
Display no text in the status bar on mouseover - this is very useful for
download links you want to protect.
Directions:
The code should be fairly self-explanatory. Obviously the "onMouseOver" text simply means "if someone puts their mouse over this link, then do this" - and "this" is the window.status command - which obviously allows you to specify what text is displayed in the status bar.
. 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.