|
Problem creating dynamic title for anchors
Hi,
This is a relatively simple problem, I am trying to make a basic anchor have a dynamic title attribute, this is some of the code that should work.
I am trying to get the text with the link and not the href.
<A HREF="test.asp" onmousemove="javascript:this.title=this.text">test </A>
for some reason this is only returning an undefined value. Its probably something simple.
Any Ideas?
__________________
Intelligence is not knowledge, but the way we use our knowledge.
|