> I am running a coldfusion application that calls a .htm program (written > by a third party) that will sit on the clients computer not the server. > I am currently using VBScript in my coldfusion App which requires > ActiveX to be enabled for it to work. Problem is some clients have rules > set up that does not allow them to enable ActiveX. Anyone know of > another way??? Code is below.
If you're messing around with the client's computer, you can only do that through a technology like ActiveX; something that runs outside of the browser's "sandbox". You could do this with an Adobe AIR application, which users could download and run. You could do it with a signed Java applet. You can't do it purely with HTML and ColdFusion, though, for obvious security reasons. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315688 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

