Automatic printing through IE6

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2010-05-30T22:33:51Z Indexed on 2010/05/30 22:42 UTC
Read the original article Hit count: 292

Filed under:
|
|
|

We have a requirement to auto print dockets from a webpage.

We are developing a stock control application using ASP.NET, MVC2 using IE6

Scenerio is as follows:

Once the user has completed the order, a docket should be automatically printed. At the moment, I am using Javascript command "window.print();" method however the print dialog button is displayed.

Is there a way to stop the print dialog button from showing and the docket will be automatically printed?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery