How can I get the displayed value when using <a href?

If they click on a link that is defined as this,
"<a href=somewhere.asp>Click here</a>"
I want to be able to store the "Click here" in a variable to use later.

Thanks.