skibascott
IS-IT--Management
I have an intranet page that contains between 1 to 4 iframes one of them containing a pdf and the rest of the iframes containing html. These iframes are populated with the documents based on the user's selection. It is important that if the user chooses to print these iframes, that all of the documents are printed. I cannot expect our user's to click the print button and use the print dialog box for each single document.
Now, correct me if I am wrong, but I understand there really is no way to print all of the iframes with one javascript print button. I can use the print function to open a windows print dialog box for each of the iframes(therefore having to choose a printer and click OK four times), but cannot click the button to open the print dialog box and choose my printer and click ok and have all of the iframes print.
If there is no way around this, then would it be possible to load all of the documents into a single iframe and print that single iframe with the javascript print function? Is there any other ways to accomplish this?
Now, correct me if I am wrong, but I understand there really is no way to print all of the iframes with one javascript print button. I can use the print function to open a windows print dialog box for each of the iframes(therefore having to choose a printer and click OK four times), but cannot click the button to open the print dialog box and choose my printer and click ok and have all of the iframes print.
If there is no way around this, then would it be possible to load all of the documents into a single iframe and print that single iframe with the javascript print function? Is there any other ways to accomplish this?