I don't know if this possible but here goes...
Say I have this:
<div style="overflow:auto">
<table>
<tr><td>Row 1</td></tr>
<tr><td>Row 2</td></tr>
<%'etc.. etc..%>
<tr><td>Row 100</td></tr>
</table>
</div>
Is it possible to have a link on the page that will scroll down right to Row X in the table?
I was thinking about having this inside the <td>'s:
<A NAME='Row1'></A>
And this above the <div>:
<A href='#Row1'>Row 1</A>
But this does not work...
Any ideas???
thanks,
mwa
Say I have this:
<div style="overflow:auto">
<table>
<tr><td>Row 1</td></tr>
<tr><td>Row 2</td></tr>
<%'etc.. etc..%>
<tr><td>Row 100</td></tr>
</table>
</div>
Is it possible to have a link on the page that will scroll down right to Row X in the table?
I was thinking about having this inside the <td>'s:
<A NAME='Row1'></A>
And this above the <div>:
<A href='#Row1'>Row 1</A>
But this does not work...
Any ideas???
thanks,
mwa