To show print dialog box in web application
-
Hi, I use FilePrint() API which print file directly from code,but I want to show print dialog box to select printer before printing the content. Please share ur idea with me. Thanks, Nagraj
-
Hi, I use FilePrint() API which print file directly from code,but I want to show print dialog box to select printer before printing the content. Please share ur idea with me. Thanks, Nagraj
AFAIK, You can use
window.print();
Javascript if you want to show the printer dialog. Check-out this example[^]Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
AFAIK, You can use
window.print();
Javascript if you want to show the printer dialog. Check-out this example[^]Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
HI, My problem is to print microsoft project file through code.I can do it by using Fileprint API but it doesn't show dialog box. As u suggestion I can't call Fileprint API in javascript and print it,so only Window.print() will not serve my purpose. Thanks, Nagraj.