When I want to let the user print something, and the situation calls for a completely different data layout, my usual solution is to have a print-specific page which I then load in an invisible IFRAME. The print-specific page has a body onload=”window.print();” and everyone’s happy, right?
Wrong. Enter IE to complicate things.
IE prints the entire [...]
printing an invisible iframe
May 10th, 2010
