document.write is stopping me from printing
        Posted  
        
            by zachary
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zachary
        
        
        
        Published on 2010-06-16T19:50:48Z
        Indexed on 
            2010/06/16
            19:52 UTC
        
        
        Read the original article
        Hit count: 177
        
JavaScript
When I create a document using javascript document.write
this is an iframe
then i call iframe.print()
nothing happens no error and no print dialog.
how can I print?
© Stack Overflow or respective owner