How to print a web page without opening a popup window?
        Posted  
        
            by Gaurav
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gaurav
        
        
        
        Published on 2010-04-16T08:22:36Z
        Indexed on 
            2010/04/16
            8:33 UTC
        
        
        Read the original article
        Hit count: 308
        
JavaScript
|ASP.NET
I want to print a web page using javascript. But I do not want to open the page as a popup windows. How can I print directally a web page like 'mypage.aspx' using javascript window.print method without opening it as a popup window?
Also the condition is 'I dont want to use any Activex for this'
© Stack Overflow or respective owner