Hi,
I will appreciate your help with this:
I have a table generated with PHP/mysql from a database. At the end of each row, i want to give the viewer the option to click a button (or a link) that says "print this row". I know about the window.print() function, but that one prints the entire document. How can I print only the table row?
Thanks for your help.
Radu


