printing web page Directly
-
Hi, I want to print a webpage directly with out Print dialog box. Is it possible, Pls Help me. Any Javascript function for it other than window.print(). By Binu Varghese
-
Hi, I want to print a webpage directly with out Print dialog box. Is it possible, Pls Help me. Any Javascript function for it other than window.print(). By Binu Varghese
Have a look at this: http://aspalliance.com/462
Best Regards, Apurva Kaushal
-
Have a look at this: http://aspalliance.com/462
Best Regards, Apurva Kaushal
thanks But I didn't get the solution for my problem. I want to print webpages at clientside with out prompting Print dialogbox. I can print the web form using window.print(). when i using this , it will populate a Print dialogBox. I want to avoid this and print directly. Pls Help once again