charlie12345
Technical User
document.links is an array of all the links in the document.
document.links returns the value of the URL for that link in the array.
document.links.text returns 'undefined'.
document.links.href returns the URL.
How do I get the value of the actual text displayed for the link?
document.links returns the value of the URL for that link in the array.
document.links.text returns 'undefined'.
document.links.href returns the URL.
How do I get the value of the actual text displayed for the link?