Printing Pages

1

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

    
asked by anonymous 18.05.2016 / 14:18

0 answers