I'm facing a problem with webpage printing. I have 3 pages .php
pag1.php;
pag2.php;
pag3.php;
I would like the user to click on the print button and my function print () is triggered - so far, no problem - but all pages printed together. For example I click on a button in pag4.php that calls a function that prints the other pages (pag1, pag2 and pag3) together.
Is this possible?
Thank you in advance = D