Les, Check if you have /CFIDE mapped as virtual directory under your webroot. If it's already there or mapped, check for permissions.
ColdFusion will try to include following javascript and CSS files: <script type="text/javascript" src="/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/yui/animation/animation-min.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/yui/autocomplete/autocomplete-min.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/messages/cfmessage.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfajax.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfautosuggest.js"></script> <script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script> <script type="text/javascript" src="/CFIDE/scripts/masks.js"></script> <link rel="stylesheet" type="text/css" href="/CFIDE/scripts/ajax/resources/yui/yui.css" /> <link rel="stylesheet" type="text/css" href="/CFIDE/scripts/ajax/resources/cf/cf.css" /> Remember, NOT to copy everything under /CFIDE folder to your webroot. You are only concerned with 'scripts' directory under CFIDE, NOTHING more than that. Once you have /CFIDE/scripts under your webroot, autocomplete and other cfform and ajax features will work 100%. Best regards, Sagar Gupta Adobe Certified ColdFusion MX 7 Advanced Developer On Sat, Jan 10, 2009 at 6:03 AM, Dave Watts <[email protected]> wrote: > > > OK, this seems a server config issue maybe? Help? > > Probably. Do you have a /CFIDE directory (or virtual directory) on > your web server? Can you get to http://www.yourserver.com/CFIDE? > > 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:317689 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

