Eduardo Lorenzo
Well-known member
- Joined
- Jun 27, 2006
- Messages
- 86
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..
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
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..
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