1
I’m facing a problem with web page printing. I have 3 pages . php
pag1.php;
pag2.php;
pag3.php;
I would like the user to click the print button and my print Function() to be triggered - so far without problems - but all pages were printed together. For example, I click on a button on the page 4.php that calls a function that prints the other pages (Pag1, pag2 and Pag3) together.
That’s possible ?
Thanks in advance =D
I believe that there is a sequence in the printing of documents, and it is not possible to print "together" pages, unless a printer or tray is available for each file, can you detail a little more your difficulty ? x)
– MagicHat
Hello friend, I would like when the user clicks on a button, the Print() function was triggered. (Ctrl+P). However, in addition to the current page, another tbm page was printed together.
– user11699