On mouseover I get the whole link in the status bar which I want to put
some static message or mask it. How do I achive this in .net?
If any one knows the script or any other method just let me know that
with some sample code.
regards
vishal.That should do it:
<a href="http://links.10026.com/?link=http://URLofPage.html" onmouseover="window.status='Name of
Link Page'; return true" onmouseout="window.status='Name of Page your
at now'; return true">Text or Image link</a
Check out:
http://www.mompswebdesign.com/html/mouseover.html
for more infos.
Remy Blaettler
http://www.collaboral.com
0 comments:
Post a Comment