Print two contentWindows as one within an iFrame
问题 I have a webpage with multiple iFrames e.g. 6 and I'd like to be able to print 2 of those frames as one call rather than grabbing the contentWindow of each frame and then calling: parent.iFrame1.focus(); parent.iFrame1.print(); parent.iFrame2.focus(); parent.iFrame2.print(); as it prints the contents in two separate print preview windows in the browser. I tried the following but none really give me what I'm looking for or work for me (i.e. the content is truncated) Is it possible to do or am