Can you just use a url specified from the root (e.g. /mxajax/core/cf/example.cfc)? This means the domain is unnecessary and it's how I always do it. ... -- ...
I just tried it and it worked perfectly. Thanks very much James! ;-) From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of James Holmes ...
ive read that article and nothing worked. I took your advice and went with mxajax. I got the example to work which is great, now lets see if i can add it to my...
Dear Cfajax gurus, I am getting so frustrated with trying to get cfajax working with safari!!!!! I had my site pretty much done and ready to deliver - then...
Maybe this will help: http://www.opensourcecf.com/1/2006/02/Getting-CFAJAX-to-handle-Safari-properly.cfm ... -- mxAjax / CFAjax docs and other useful articles:...
Thanks for this, but had already tried that but it did no good. Any other ideas? ... Safari-properly.cfm ... the ... NOOOOOOOOOOOO!!!!) (It ... the ... even go...
Forgive me if I'm beating a dead horse but searched Google and this newsgroup for any insight and could find none. I am experiencing browser cache with my...
I'm an early adopter of CFAjax but was just trying to integrate scriptaculous with CFAJax and keep getting JS errors until I finally narrowed it down that I...
I'm going to start off by saying that I am a brand new user of cfajax. I'm working on an application that already has cfajax to populate a single drop down...
Is it possible to run CFAJAX without calling Init() through body onLoad? I don't want to be calling Init() on every single page of my site, since the body tag...
Hello, I get an error when the user is trying to execute a function which is using a timed out session variable ... typical error!!! How can I trap for session...
Hello to the community. You will probably consider me an ass, but I'm experiencing a very strange behaviour. If I try to run the examples from the directory...
It appears you are trying to return a variable and not a query object. See example: <cffunction name="getWorkOptions" access="private" returntype="query"> ...
Thank you for your answer, Please can i have an example where to access to those values in the javascript function to be called by DWREngine._execute? Thank...
I not longer use CFajax, I use ajaxCFC, this is a different ajax coldfusion project. ajaxCFC has some quick ways of building tables, selects etc using your...
Right now i have void results, but the post has the right values. When i check response with firebug, all the queries column are there but they are void. and...
I solved the problem with the database, but it looks like the results of the cfquery are not copied in the QueryNew. I don't know why. Thank you This is the...
Sorry, but i forgot the cfouput around the cfscript. Now it works only when i put static values in the query. When i use #arguments.year#..... it doesn't work....
Good morning, When i do that, i have a message saying that WorkQuery.result is undefined. Also, i think that my query doesn't return any result and i don't...
Can't help you there never had issues using #arguments.xyz# in queries (MySQL). Don't understand the <cfoutput>. This is a server-side call, your only output...