Is there a property of an html anchor tag that contains the anchor's visible
text? I need to sort an html table but one of the columns contains links. I
want to sort on that column by its text not by the href contained in it.
Below is a bit of code the sorting routine currently uses but doesn't quite
do what I want.
... = findFirstLinkChild(row1.cells[column]).href
thanks
LJB