Baby Jai
07-28-2003, 07:09 PM
Hey does anyone know how to hide the description of the link so when you put your mouse over it, it doesnt say the name of the link in the status bar? I will have 20 links on one page, I cannot Use the javbascript code unless you know otherwise on how to do it with multiple links. Also I have this code
<a href="#" onclick='window.open("rules.html", "", "toolbar=no,status=no,width=900,height=600,scrollbars=yes,menubars=no,resizable=yes");return false;'>View The Rules</a>
But the problem with that is this, it will say the name of the webpage your on, in the status bar, then the name of the link will be the #, so thats not the problem. I just want the description of the link to say the name of the link not the actual site
<a href="#" onclick='window.open("rules.html", "", "toolbar=no,status=no,width=900,height=600,scrollbars=yes,menubars=no,resizable=yes");return false;'>View The Rules</a>
But the problem with that is this, it will say the name of the webpage your on, in the status bar, then the name of the link will be the #, so thats not the problem. I just want the description of the link to say the name of the link not the actual site