Hello,
I am trying to add a title to a <A> tag using JavaScript.
I can add a class using this method ...
But title does not seem to be working ...Code:document.links[i].className = "myClass";
Am I doing something wrong?Code:document.links[i].title = "myTitle";
Thanks
Mike
