I have a simple html link.
<a onmouseover="myfunction(this.SOMETHING??);">The String I Want</a>
Is there any way to pass the text "The String I Want" as a variable into myfunction()? I was thinking I might be able to use the "this" keyword, so I checked here, but it didn't really address this issue.