I received this comment to Automatically Printing Crystal Reports in ASP.NET

will window.print command of javascript work with dot matrix printer?pls reply asap.

I imagine it would if the proper drivers are installed.  The JavaScript command only calls the browser's print handler, which in turn uses the OS's handler, so whatever is present on the local machine should work.  I don't have a dot matrix printer anymore to test this, though.

Sponsor