i have this code:
<td id="someId" class="someClass"> <span class="otherSomeClass"> <span>Text</span> </span
how do i retrieve "Text" between tags with javascript? I cannot add attributes to the tag. Thank you!