Print preview from multiple iframes?

前端 未结 5 1145
南笙
南笙 2021-01-14 06:48

I have several iframes in a page. I want to show in a print preview all the iframe contents as snapshots of iframes. I used window.print() for individual iframe

5条回答
  •  庸人自扰
    2021-01-14 07:35

    YES it is possible to get the content of all iframes to be printed into the parent window. I achieved it with this code.

    
    
                                     
                  
提交回复
热议问题