 | 
September 5th, 2008, 09:59 PM
| | Newbie | | Join Date: Sep 2008
Posts: 2
| | Set the selected printer when JS window.print() is used?
When using JavaScript window.print() command to print in IE, is it possible to set the selected printer in the Print window? In some cases I'd like to have the user's default printer selected, and in other cases have a specific printer selected when the Print window is displayed.
The default behavior seems to be that the first time the Print window is displayed, the default printer is selected. After that, the last selected printer is the one that is selected when the Print window is re-opened. Does JavaScript allow any control of the selected printer? Other methods to select the printer before the Print window opens? Thanks,
| 
September 6th, 2008, 12:19 PM
|  | Site Moderator | | Join Date: Nov 2006 Location: UK
Posts: 12,964
| |
JavaScript doesn't allow that sort of control, but you may use a browser-specific solution if it's a controlled user environment, e.g. intranet, with reduced security. For example, for IE, you may use an ActiveX control to control printing.
| 
September 8th, 2008, 01:40 PM
| | Newbie | | Join Date: Sep 2008
Posts: 2
| | Quote: |
Originally Posted by acoder JavaScript doesn't allow that sort of control, but you may use a browser-specific solution if it's a controlled user environment, e.g. intranet, with reduced security. For example, for IE, you may use an ActiveX control to control printing. | An IE ActiveX control should do what I need. Does Microsoft have their own ActiveX print control that is part of XP? If yes, can point me in the direction of instructions of how it is used and its' name?
Thanks much,
| 
September 8th, 2008, 03:03 PM
|  | Site Moderator | | Join Date: Nov 2006 Location: UK
Posts: 12,964
| |
I don't know about Microsoft, but a product called Meadroid may be what you need.
|  | | Thread Tools | Search this Thread | | | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | | | What is Bytes?
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 205,248 network members.
|