Skip to Content
0
Apr 21, 2008 at 07:47 PM

Access Table values with Javascript

37 Views

Hi,

Can someone show how to access the 2 table <TD> values via javascript and output the values?

The catch is that I'm trying to do this with Javascript using the <DIV> ID "daterange" identifier instead of the Table Name ID. Is this possible?

<div id="daterange"  style="VISIBILITY: hidden" >
     <span id="sapbi_snippet_DATE_RANGE_OUTPUT">
          <table id="DATE_RANGE_OUTPUT_interactive_pivot" border="1px" >
               <tr><td>03/07/2008</td></tr>
               <tr><td>03/14/2008</td></tr>
          </table>
     </span>
</div>