call the id in javascript
Posted
by user295189
on Stack Overflow
See other posts from Stack Overflow
or by user295189
Published on 2010-06-08T22:43:21Z
Indexed on
2010/06/08
22:52 UTC
Read the original article
Hit count: 879
I have a span like this
<span id="selectedTests" class="emrFG">
<span id="lblSelectedTests" class="emrHDR" style="top:3;left:6;font-size:8pt;">Selections</span>
<span class="emrHDR" style="top:3;left:190;font-size:8pt;">Tests</span>
<div id="recordSet" style="top:19;height:112;width:444;"></div>
</span>
The span shows some rows of data and I want to call those rows individually by using document.all
method.
How would I do that?
© Stack Overflow or respective owner