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
Post a Comment