get the printer name chosen in print dialog
Hi All,
I need to print more than one documents using window.print
My requirement is that the print dialog should come just once and whatever printer in selected in that dialog,the rest of the documents should print to that printer and no more print dialogs should come.
so i need to know what printer was selected in print dialog and also print some document to some specific printer without opening the print dialog.
Any ideas how to do this in javascript or client side
|