PDA

View Full Version : Printing a table


codefox
12-11-2002, 09:09 AM
I have a page that has a table apart from other content. I want to print just the table on the page. Now I use window.print() which prints the whole page. Is there a way I can print just the table and not the rest of the content. Actually I thought of opening a separate window with only the table to be printed and then let the user print that page, but that seems to be pretty awkward. Any suggestions?

Thanks.