Eduardo Lorenzo Posted December 4, 2006 Posted December 4, 2006 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 Quote
Eduardo Lorenzo Posted December 11, 2006 Author Posted December 11, 2006 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.