Click to See Complete Forum and Search --> : Message return from printer


david2105
04-30-2003, 04:39 AM
Hey guys,

What I'm trying to do is load a page and then automatically print it (It's on a local Intranet so I can disable the printer dialog box without any problems). Once the page has printed I want to move on to another page and print that. The problem is I don't want the page to move on until the printing has been sent to the printer successfully otherwise it causes a problem.

I am using an ActiveX control called ScriptX to enable printing of an iFrame with the correct margins and footers so it isn't a case of straight forward printing from IE. Does anyone know how I can get a return message from the printer to say it's printed before continuing with the next page?

Thanks