Thanks to you guys that replied... I didn't want to change all the code so I just created the virutal directory and all seems to be working again..
Thanks again! -----Original Message----- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 3:37 PM To: CF-Talk Subject: Re: cfform and cfide mapping > I've tried to find out details on this but could find it > in the archives.. > can anybody tell me what I need to do to get cfform > working on mx? > Thanks, > <http://www.wng.com/> > Tim Do > Programmer/Analyst > Western National Group > 949.862.6231 > www.wng.com Hi Tim, It's going to depend on how your server is configured... Either you can copy the javascript library (and containing directories) /cfide/scripts/cfform.js to a directory relative to the base template calling the form, in other words I believe if your application is in /wwwroot/mysite/ then you want to copy cfform.js to /wwwroot/mysite/cfide/scripts/cfform.js or you can specify an absolute url in the cfform attribute scriptSrc, i.e. <cfform action="blah blah" scriptSrc="http://www.rootdomain.com/cfide/scripts/cfform.js"> There are also some additional comments about issues related to "onload" in the cfmx livedocs for cfform at: http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/Tags-pt139.jsp#243319 8 hth and sorry for the line-wrap. s. isaac dealey 972-490-6624 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to tapestry api is opensource http://www.turnkey.to/tapi certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

