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
window.print()
YES it is possible to get the content of all iframes to be printed into the parent window. I achieved it with this code.