In the FAQ/How To page, you said that "CFAjax supports IE and firefox. but other browser's that provide xmlhttp object and javascript support can also used...
Johnny CFAjax will work on Firefox 0.7 and above IE 5.5 and above Thanks Arjun ... __________________________________________________ Do You Yahoo!? Tired of...
Gurus tell me that cfAjax is really just cfDHTML. Is this not so? _________________________________________________________________ Sell your car for $9 on...
Hey all, Just getting started (after discovering I needed to upgrade from CF5 to get it to work). Right out of the blocks, I am getting the following error: ...
Chad To me it looks like you have not updated the javascript variable that holds the location of your CF file. look at the settings.js file under the core...
Check out my comments ... have to ... tool-man.org is basically JavaScript and css on client side, if you want to do the action like drag drop, resize or other...
Thanks for the reply, Arjun. That did the trick. Now I am getting a red Loading box, but nothing else, and no Javascript errors. (Firefox). I saw where Mark...
I'm trying to get the samples (or exact techniques) to work in a fusebox app but don't seem too. Any thoughts on how to modify it to work with fusebox 4?...
I am working cfajax into my framework. Looking at the function called from the Body tage: <body onLoad="init()"> Is there another way to do this, say if I...
Hi, ... depending on what you are doing exactly you can try putting the init() function in a script tag at the bottom of the page so it runs after everything...
Ok so im lost so heres my code, maybe someone can tell me whats wrong: inside header on the page: <script language="javascript" type="text/javascript" ...
Your best friend would be Firefox's Web Developer Toolbar. It will show you JS errors (good one's) to help troubleshoot. Other than that have you tried putting...
First,can't say how pleased I am with cfajax. Wonderful job, really. Can't say enough... although I think I just did. I am trying to modify the text.htm...
I changed some coding in cfajax.cfm and we can get the CF error directly for debug. Begin from line 72: <cftry> <cfset result = evaluate(functionName)> <!---...
wayne_deng_cn
wayne_deng_cn@...
Jul 12, 2005 5:36 am
93
Chad this is how you pass multiple arguments DWREngine._execute(_cfscriptLocation, null, 'object5details', argument1, argument2, argument3, getResult); you can...
You can also call the init function like this <script language="javascript"> window.onload = init; </script> ... called ... the body tag? ... init() ... after...
Chad The reason your example is not working,is becaus the DWRUtil.getValue function cannot read the value from radio buttons therefor you will have to change...
Cool, thanks! Yeah, saw it in one of the previous posts. As a matter of curiosity, how does it know that the last argument, "getResult", is a function that...
I am having this same problem, my settings are correct, my functions are correct, and i have debugging turned off. the red loading appears when i select...
I'm having the exact same problem. ... appears ... environment ... worked ... issue. ... it ... system i.e. ... did you ... query.htm...
srhandler
srhandler@...
Jul 15, 2005 10:05 pm
100
Often CF is on port 8500 try http://localhost:8500 ... _________________________________________________________________ Have fun with your mobile! Ringtones,...
I already ran the utility on http://127.0.0.1:8500 which is what works in my dev environment. That wasn't the problem. But I did manage to get the examples...
srhandler
srhandler@...
Jul 17, 2005 3:14 am
102
In the list.htm example, I would like to select the county from a database. Can anyone lead me in the direction to make this work? I put a cfquery within the...
joetomgo
joetomgo@...
Jul 17, 2005 2:54 pm
103
In the installation instructions, step 2 is: "Open the web server console and create a virtual folder by the name CFAjax and point it to the folder where you...
In your code, it will only get executed if state = VA. Don't even worry about the if/thens. <cfquery name="qryReturnSecondList"> SELECT whatever FROM...