Thread
:
Javascript - link status bar messages
View Single Post
09-05-2005, 12:15 PM
#
4
(
permalink
)
corey
Junior Member
Join Date: Jun 2005
Posts: 28
Hello,
Here is some simple code I have used before:
<A HREF="Somewebpage.html" OnMouseover="window.status='This link goes to another page';return true;" OnMouseout="window.status=' ';">
Mouse over link !
</A>
Hope this helps
corey
View Public Profile
Send a private message to corey
Find More Posts by corey
Sponsored Links