RE: Send directly to printer....?

2003-01-18 Thread Geoff Howard
Do you mean a printer on the client, or the server? -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 18, 2003 2:55 AM To: [EMAIL PROTECTED] Subject: Send directly to printer? Hi, Is there a way to send a document directly to

RE: Send directly to printer....?

2003-01-18 Thread Antonio Gallardo
I mean on the cliente. I was ”researching” and found a solution using javascript: newwindow.open() newwindow.print() newwindow.close() This are not the exactly commands, but it can work. I will try it. But if you know another solution, please let me know. :-) Best Regards, Antonio Gallardo

Re: Send directly to printer....?

2003-01-18 Thread Dale Frye
A word of caution here: This will only work with some browsers: The problem I had (I can't remember if it was with IE 6 or Moz, but I think it was Moz) was that the print function would return immediately and the close function would then close the window before the window actually printed

Re: Send directly to printer....?

2003-01-18 Thread Antonio Gallardo
Hi Dale: Thanks for your explained answer. I will use all the tips you advised here. Its is a very fine description of the problem and your effort in this area. Surely it will save me many time trying it. Many thanks again. In my concrete case we can make use of some of the approach you