Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print a Cell's Content 1

Status
Not open for further replies.

jsnull

IS-IT--Management
Feb 19, 2002
99
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top