> I have a client that wants to access a dll on the > client's machine via a web browser and return > information from that dll. Does anyone know > if this is possible?
You can do this if your client is using Internet Explorer, and if you're willing to write an ActiveX control to do this. If the DLL exposes itself via COM, you can probably get away with just having your client use Internet Explorer, and you could probably access the object through scripting within the browser. In general, this sort of thing would be considered pretty intrusive, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

