Re: Setting Default Printer

2004-12-29 Thread Paul Hastings
Jones, Becky wrote: > Im trying to do this on the client. I want to present them with a list > of their printers and have them select which one they want as a default. not with CFX_EnumPrinters you aren't, it's for server side.

RE: Setting Default Printer

2004-12-29 Thread Dave Watts
> Im trying to do this on the client. Oh, and I don't think you'll be able to do this in a cross-platform way. A Windows Script solution will only work for people using Windows and Internet Explorer. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444

RE: Setting Default Printer

2004-12-29 Thread Dave Watts
> Im trying to do this on the client. I want to present them with a list > of their printers and have them select which one they want as a default. Well, to be perfectly honest, I think this is a bad thing to do from within a web page. The user's computer has perfectly good mechanisms to do this a

RE: Setting Default Printer

2004-12-29 Thread Jones, Becky
Default Printer > Does anyone know how to set a default printer from a list of prints > shown in a webpage? im using the tag to enumerate > the printers, but im not sure how to allow the user to pick the default. Are you trying to set a default printer on the server or on the client? P

RE: Setting Default Printer

2004-12-29 Thread Dave Watts
> Does anyone know how to set a default printer from a list of prints > shown in a webpage? im using the tag to enumerate > the printers, but im not sure how to allow the user to pick the default. Are you trying to set a default printer on the server or on the client? Presumably, your CFX custom

Setting Default Printer

2004-12-29 Thread Jones, Becky
Does anyone know how to set a default printer from a list of prints shown in a webpage? im using the tag to enumerate the printers, but im not sure how to allow the user to pick the default. i found a script do this with vbscript, but i want to do it in a webpage: any help is appreciated! thank