[jQuery] Re: JQuery and ColdFusion

2009-11-24 Thread Westside
Hi, You're right, the problem was due to not passing the request through index.cfm. I am using Fusebox as you mentioned. Thanks! On Nov 20, 1:26 pm, Dave Evartt wrote: > I use ColdFusion and jQuery all the time with no problems. In fact, I > use it with mach-ii.  Looks like you're using fusebo

[jQuery] Re: JQuery and ColdFusion

2009-11-23 Thread Prashant
Hi, in your following statement: window.location.href = 'index.cfm?fuseaction=myapp.home'; if you try the full path OR relative url of index.cfm then i guess your problem would get solved. e.g. window.location.href = 'index.cfm?fuseaction=myapp.home'; thanks Prashant On Nov 20, 12:28 pm, Westsi