Link to home
Start Free TrialLog in
Avatar of Sohel Rana
Sohel RanaFlag for Australia

asked on

How to put a fixed message in the status bar?

Hello:

I would like to know that how can I put a fixed custom message on the status bar of internet explorer when people put the cursor on the link of my website?

Rana
ASKER CERTIFIED SOLUTION
Avatar of a.marsh
a.marsh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of daniel_c
daniel_c

Try this, and see the difference:

<A HREF="http://www.yahoo.com" onMouseOver="window.status='My website'; return true;">Yahoo</A>
<BR>
<A HREF="http://www.altavista.com">Altavista</a>


Hope this helps!

^_^
Cross posting, always happens in EE. ^_^

You beat me a.marsh even though it was at the same date and time... hahaha (I lost in milliseconds)