javascript - Detect if the Printer Had Successfully Print the Page -


i printing site page using code below:

window.print(); 

how know if page successfully/not successfuly printed printer? reason why want "to avoid reprinting page twice". each successful print quite expensive in case because printing id.

i looking browser compatible solution. thank you.

can't :/

there window.onafterprint handler, fired both when user prints or aborts print dialog. , not implemented too.

p. s. don't see why want know whether print took place or not.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -