I have a html page, from which a table needs to be sent to a printer. I am using window.print right now.. but that prints the whole page… while I need to print just the table. Any ideas?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use media types print (here is tips, how print html page using stylesheets).
You can realize that through popup window – in this window show only table and send it to printer.
Simple example