Click to See Complete Forum and Search --> : Printing Text files to client Printer


webnovice
09-17-2003, 06:05 AM
I am looking for some help with printing text files to the client printer, i.e. I am trying to develop an application that will allow the user to select multiple text files which can then be printed without displaying them first.

Is this possible using Asp/vbscript.

Any help would be much appreciated

Thanks

Ribeyed
09-17-2003, 06:47 AM
Hi,
don't think that is possible using ASP because its server-side and not client-side. You can however invoke the printer comand box using JavaScript, maybe you have better luck with this in the Javascript forum.

webnovice
09-17-2003, 06:57 AM
Thanks