Link description in browser

liunx

Guest
does anyone know the java code for going over a link and seeing the description in the browser? Or what the link serves as a purpose? I couldn't find it anywhere -_-;;;<!--content-->use title="" in the <a> tag. but will only work in IE and maybe NS6+<!--content-->TITLE TAG to show more info:<br />
<img src=http://www.htmlforums.com/archive/index.php/"enter_zwt.gif" width="114" height="46" alt="lets go" border="0" <br />
title="deze site & # 10 ; & # 13 ; heeft 120 pagina's
bekijk ook<br />
de
Site Map"><br />
<br />
Or a script called:<br />
OverLib<br />
<!-- m --><a class="postlink" href="http://www.a1javascripts.com/search/search.cgi?Range=Any&Format=Standard&Terms=overlib&menu1=Navigate+Network">http://www.a1javascripts.com/search/sea ... te+Network</a><!-- m --><br />
<br />
<br />
:rocker: :rocker:<!--content-->No, I'm not talking about that. Sorry, I wasn't specific enough. I meant the browser thing down in the bottom left corner where it shows the URLs. I noticed that some people have links where when you put your cursor on there, it says "main" or whatever that link means down in the bottom left corner of the window where urls are usually shown. Thats what I was talking about ^^;;<!--content-->Ok<br />
this one?<br />
<br><A HREF=http://www.htmlforums.com/archive/index.php/"http://www.linksite.com" onMouseOver="self.status='your message or so!'; return true" onmouseout="self.status='can stay empty'; return true" >Here the link</A><br><br />
<br />
:rocker:<!--content-->oh that is just this<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"yourpage.html" onMouseOver="window.status='your status msg here';return true;">link text</a><br />
<br />
<br />
nad hope you got my pm....<!--content-->Thank you so much!<!--content-->I have another kind of complicated question :)<br />
what if I wanted to make the links opaque rollovers with java but have the little description in the browser at the same time? <br />
you can see what I'm talking about here (<!-- m --><a class="postlink" href="http://www.angelfire.com/mo3/tepid_lies/ex.html">http://www.angelfire.com/mo3/tepid_lies/ex.html</a><!-- m -->)<!--content-->
 
Back
Top