douglas
Member since Jun 10, 2010
- Profile: /members/6180-douglas.htm
- Comments: 2
Recent Blog Comments By douglas
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Jun 11, 2010 at 11:38 AM
I actually found a solution that seems to work. For some reason in IE, when you use the document.execCommand function it actually renders the print-page normally with out using any of the auto scaling to fit. It has to be inside a try block because the call throws an error in Firefox. So if it catch... read more »
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Jun 10, 2010 at 3:23 PM
Hey Ben, first off, awesome, well thought out code. I'm using a variant of this method to print the results of a survey from a banner ad. Basically all the same concepts are used, just instead of being selected from the parent window, the html content is generated from flash input, and then injected... read more »