Witango-Talk: Print a page automatically

2010-06-28 Thread Fogelson, Steve
Hi, I found that I can use the following javascript in the Body tag to open the print window when a web page loads Is there a way in Witango I can I pass the printer name to print to and select "Print" to save some clicks? Thanks Steve Fogelson Internet Commerce Solutions __

RE: Witango-Talk: Print a page automatically

2010-06-28 Thread Robert Shubert
I do not believe that there are any parameters to the window.print() method. I think it's goal is to trigger the Browser and OS dependant behavior of printing (eg. hitting CTRL-P on Windows) It would generally be considered an over-reach of JavaScript to do anything more than open the print dia

RE: Witango-Talk: Print a page automatically

2010-06-28 Thread WebDude
Unfortunately, these are system calls and you cannot pass those parameters to the print function via javascript, as far as I know. Notice, you also cannot get rid of the URL at the bottom of the page, the date, the "page 1of 1" or any of the other parameters that are set up in various types of brow

RE: Witango-Talk: Print a page automatically

2010-06-28 Thread Fogelson, Steve
John & Robert, thanks for the information. Steve _ From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, June 28, 2010 1:41 PM To: witango-talk@witango.com Subject: RE: Witango-Talk: Print a page automatically Unfortunately, these are system calls and you cannot pass those