One of hundreds of answers available with our premium content service.
A: No, the Javascript print interface is very limited, it only includes one method window.print() that should raise a print confirmation dialogue in browsers that support it. If you want to check whether the document printed you would have to ask the user, perhaps by raising a confirm dialogue, as shown below.
… full answer hidden
Premium members click below for full answer
Can we check if printing has finished with Javascript?