Dynamic Iframe printing
Posted
by zachary
on Stack Overflow
See other posts from Stack Overflow
or by zachary
Published on 2010-06-16T19:00:50Z
Indexed on
2010/06/16
19:02 UTC
Read the original article
Hit count: 143
JavaScript
I want to dynamically set the content of an iframe to that of an html document I have. It is in the form of a string in memory in javascript.
Then i want to print that iframe.
Ideas?
© Stack Overflow or respective owner