This message was edited by ssvasan at 2003-10-16 3:52:32
Just as displaying output in the Monitor as a softcopy, I want to print it to get a hard copy. Instead of sending to Monitor I want to send to the printer, Printer also a resource on the network, can we build any URL for a printer on a network. We are engaged doing a courier service project, this printing matter only to our private use and will be applied to our offices in different cities in INDIA only.
: Printing happens on the CLIENT. Therefore, you can only control anything to do with printing, from the client and not from ASP. Print settings, initiating the printer can only be triggered from the CLIENT side. Use JavaScript, JScript or CSS to control the Print dialog.
: BTW, I heard there's a way of setting the print dialog not to come up though.
:
:
: : I want to send ASP outputs directly to printer, without displaying in browser. How can I do this ?
: :
: :
:
:
To err is human, but to really foul things up requires a computer. (Farmers Almanac) 
:
: