For this HTML ...
<table>
<tr><td class="thisclass">Hi there folks!</td></tr>
<tr><td class="myclass">More stuff here.</td></tr>
<tr><td>And some other stuff here.</td></tr>
</table>
I am looking for some JavaScript that would, when an icon image is clicked, just print the contents in the cell with the class of "myclass".
Any ideas?
Jim Null
info@ferncreek.com
<table>
<tr><td class="thisclass">Hi there folks!</td></tr>
<tr><td class="myclass">More stuff here.</td></tr>
<tr><td>And some other stuff here.</td></tr>
</table>
I am looking for some JavaScript that would, when an icon image is clicked, just print the contents in the cell with the class of "myclass".
Any ideas?
Jim Null
info@ferncreek.com