Print COnfirmation

Eduardo Lorenzo

Regular
Joined
Jun 27, 2006
Messages
87
Hi everybody.
I am developing a site and it has a print function. I used the window.print() method of javascript for this.

My task now is to find out if the document printed properly.. :confused:
without user intervention/input.

It flows like this..
user clicks the print button and the print dialog is opened and user clicks print. The document prints.. everything is well and I disable the print button so the data cannot be printed again.

Problem is what if the printer experienced a problem like paper jam or somthing?

I hope there is a way to find out if the printer DID NOT print so I can execute some lines or asp.net to adjust the page.

BTW
I am using asp.net 2003 on framework 1.1

thank you very much in advance
 
is this really impossible?

well I have another question related to this:

The printer keeps printing the filename and the pagenumber of the webform that I have ptinted through the window.print() function. How can I turn this off?
 
Back
Top