> I place a very simple flash form on my page > > <cfform format="flash" width="300"> > <cfinput type="Text" name="firstName"> > </cfform> > > When I run the page the page is blank and there is a javascript error in the > lower left of the > browser that says > > Object expected. > > This is a 1 page website and there is no included pages or admin.cfm. By > viewing the > source I see it includes a js file cfformhistory in the cfide folder in the > webroot. > > This file is accessable by IIS and everything seems fine. > > This works on my laptop with developer edition. Once I put it on an > enterprise CF install on > my server this occurs.
Can you actually fetch the JavaScript file you mention? That is, if you put the URL for that in your browser, do you get the file or do you get a 404? My guess is the latter, and you need to ensure that /CFIDE is properly mapped. 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:320883 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

