I’m in a webpage and I would like that when I click on a “print” link, open the “print box” and be able to print other page. I have the href of the webpage that I want to print.
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 have your print button open a new window with the other page as the URL, and have that page fire window.print() in the onload handler. That or using CSS media queries like @darin suggested is the only way.