Search the web
Sign In
New User? Sign Up
cfajax
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 75 - 104 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
75
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...
dzoan-chau
Offline Send Email
Jul 3, 2005
8:20 pm
76
Johnny CFAjax will work on Firefox 0.7 and above IE 5.5 and above Thanks Arjun ... __________________________________________________ Do You Yahoo!? Tired of...
Arjun
arrow_us_dc
Offline Send Email
Jul 3, 2005
10:23 pm
77
Gurus tell me that cfAjax is really just cfDHTML. Is this not so? _________________________________________________________________ Sell your car for $9 on...
Mark Ireland
akaidr4vr
Offline Send Email
Jul 3, 2005
11:14 pm
78
CFAjax is not just DHTML its DHTML plus html interaction with Coldfusion Server (i.e. coldfusion pages) from html page....
Arjun
arrow_us_dc
Offline Send Email
Jul 3, 2005
11:28 pm
79
Right. It has XMLHttpRequest but that is all, I think. Maybe we have to intergrate it with the tool-man.org stuff Or JSON maybe. ... ...
Mark Ireland
akaidr4vr
Offline Send Email
Jul 3, 2005
11:44 pm
80
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 Renando
renantc
Offline Send Email
Jul 6, 2005
12:32 pm
81
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...
Arjun
arrow_us_dc
Offline Send Email
Jul 6, 2005
5:53 pm
82
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...
Arjun
arrow_us_dc
Offline Send Email
Jul 6, 2005
6:04 pm
83
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...
Chad Renando
renantc
Offline Send Email
Jul 6, 2005
11:01 pm
84
Never mind, got it. Missed the path in the Functions.cfm Chad...
Chad Renando
renantc
Offline Send Email
Jul 6, 2005
11:19 pm
85
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?...
offshorexpert
Offline Send Email
Jul 7, 2005
8:01 pm
86
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...
Chad Renando
renantc
Offline Send Email
Jul 11, 2005
12:51 am
87
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...
Kym Kovan
kymkaway
Offline Send Email
Jul 11, 2005
1:26 am
88
I modified the Text.htm file, how would I pass multiple variables to the function? If I had this: function loadObject5() { var operation =...
Chad Renando
renantc
Offline Send Email
Jul 11, 2005
6:54 am
89
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" ...
bocamanrecess
Offline Send Email
Jul 11, 2005
2:00 pm
90
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...
John C. Bland II
jdevpres
Offline Send Email
Jul 11, 2005
4:27 pm
91
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...
Chad Renando
renantc
Offline Send Email
Jul 11, 2005
10:07 pm
92
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@...
Send Email
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...
Arjun
arrow_us_dc
Offline Send Email
Jul 12, 2005
2:05 pm
94
You can also call the init function like this <script language="javascript"> window.onload = init; </script> ... called ... the body tag? ... init() ... after...
Arjun
arrow_us_dc
Offline Send Email
Jul 12, 2005
2:07 pm
95
Couple of suggestions Did you declared a JavaScript variable by the name _inforequest that points to the CF function i.e. var _inforequest = ...
Arjun
arrow_us_dc
Offline Send Email
Jul 12, 2005
2:14 pm
96
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...
Arjun
arrow_us_dc
Offline Send Email
Jul 12, 2005
2:19 pm
97
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...
Chad Renando
renantc
Offline Send Email
Jul 13, 2005
12:15 am
98
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...
ewahman
Offline Send Email
Jul 15, 2005
3:12 pm
99
I'm having the exact same problem. ... appears ... environment ... worked ... issue. ... it ... system i.e. ... did you ... query.htm...
srhandler
srhandler@...
Send Email
Jul 15, 2005
10:05 pm
100
Often CF is on port 8500 try http://localhost:8500 ... _________________________________________________________________ Have fun with your mobile! Ringtones,...
Mark Ireland
akaidr4vr
Offline Send Email
Jul 15, 2005
10:54 pm
101
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@...
Send Email
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@...
Send Email
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...
srhandler
Offline Send Email
Jul 17, 2005
4:24 pm
104
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...
Chad Renando
renantc
Offline Send Email
Jul 17, 2005
10:29 pm
Messages 75 - 104 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help