Using CGI to send file to printer

eduardo
Hi,

Basically, I need to print some data on browser screen and then call the
"Ctrl+P" command. The user will only choose the printer shown on screen.

The content type will be a simple txt... (Content-Type:text/html). 

Is there any html header option to do that??


Regards,

eduardo
I guess I solved it with "window.print()". :)