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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1959 - 1988 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1959
Hi, I have now dowloaded the mcfajax but in the zip I did not found the database to start working with the examples. Someone can help me. Thnaks Andrea...
campolonghiandrea
campolonghia...
Offline Send Email
Mar 5, 2007
12:43 am
1960
I downloaded cfajax.1.3 from http://www.indiankey.com/cfajax/project.asp and have been having trouble getting it to work. Trying to run the list.htm example...
djeukengb
Online Now Send Email
Mar 13, 2007
5:37 pm
1961
http://www.bifrost.com.au/blog/index.cfm/2006/7/13/Installing-CFAJAX--Paths-explained Also, I'd consider mxAjax instead http://www.indiankey.com/mxajax/ ... --...
James Holmes
holmesjr_2005
Offline Send Email
Mar 14, 2007
2:51 am
1962
Thanks for your response James! In my quest for a solution, I came across mxAjax and it worked much better. ... CFAJAX--Paths-explained ... folder, I ... out ...
djeukengb
Online Now Send Email
Mar 14, 2007
3:33 pm
1963
I was wondering what is the host requirements for hosting the CF Ajax. At my host they require a different account for -CFFILE -CFDIRECTORY -CFCONTENT ...
Tink54
Offline Send Email
Mar 19, 2007
8:18 pm
1964
Hi All, I have recently downloaded mxAjax and was playing with it. I have a question. The accordian as such is working fine, but I want to enhance the...
sbnkn
Offline Send Email
Mar 23, 2007
3:34 am
1965
hi everyone this is gnperumal as new bee of this group. any body know about how to develop the ajax with jsp or integration? advanced thanks for following...
cruxouy
Offline Send Email
Mar 30, 2007
3:20 pm
1966
CFAjax and it's replacement, mxAjax, are specifically targeted at ColdFusion. However the technology on shich thery are based can be used with other platforms....
James Holmes
holmesjr_2005
Offline Send Email
Mar 31, 2007
1:46 am
1967
the demo show two list.I want to build 4 list and they have similar relation like the demo.Please give me a idea how to do it. Thanks Mark...
markshen2004
Offline Send Email
Apr 8, 2007
5:17 pm
1968
Hi everyone finally had a chance to check out my autocomplete on a mac and it doesnt work - i checked if javascript was enabled --ok Any ideas or suggestions...
Mark Holloway
sapporomark
Offline Send Email
Apr 26, 2007
10:05 pm
1969
Are you using CFAjax or mxAjax? ... -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Apr 27, 2007
12:55 am
1970
mxajax sorry should he said Mark...
Mark Holloway
sapporomark
Offline Send Email
Apr 27, 2007
2:50 am
1971
OK, I've done autocomplete with Safari using mxAjax, so it can work. Have you tried the online sample at ...
James Holmes
holmesjr_2005
Offline Send Email
Apr 27, 2007
4:29 am
1972
Hi everyone - just wanting know if anyone can help me. situation :: I have a health information web site for non Japanese here in Japan. www.healthhokkaido.com...
Mark Holloway
sapporomark
Offline Send Email
Apr 29, 2007
2:13 pm
1973
The accordian component might be a way of organising this. Alternatively a tabbed form could work. ... -- mxAjax / CFAjax docs and other useful articles: ...
James Holmes
holmesjr_2005
Offline Send Email
Apr 29, 2007
2:43 pm
1974
I installed CFAjax on a CFMX server with no problems but can not get it installed on a CF 5.0 server. Does 5.0 work with CFAjax? Additional details can be...
paulthomas.plexus
paulthomas.p...
Offline Send Email
May 1, 2007
10:24 pm
1975
No, CFAjax won't work with cf5 without modification. ... -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
May 2, 2007
12:55 am
1976
I am getting the Error: Permission Denied pop up, and people mention changing the server settings in settings.js but my settings.js file only has two lines: ...
idno23
Offline Send Email
May 8, 2007
9:14 pm
1977
The problem is likely the URL from which you are requesting data - is needs to be in the same domain as the client. This is usually in settings.ja as the...
James Holmes
holmesjr_2005
Offline Send Email
May 9, 2007
4:12 am
1978
Hi everyone cant seem to work out why my form is posting me properly <cfif isDefined("form.foil") and Trim(form.foil) IS NOT "orange"> <!--- bad submission. do...
Mark Holloway
sapporomark
Offline Send Email
May 17, 2007
10:43 pm
1979
I am trying to implement the following script but getting nothing back <cfcomponent displayname="ajaxTest" extends="tool"> <cffunction name="DisplayLoginForm"...
erstud777
Offline Send Email
Jun 12, 2007
8:56 pm
1980
Your form has options outside of selects and a span with the same ID as one of those options. The HTML needs fixing. <option id="state"> <select></select> ...
James Holmes
holmesjr_2005
Offline Send Email
Jun 13, 2007
12:54 am
1981
Does anyone know why I would be able to pass this serialized WDDX to my CFFUNCTION: "<wddxPacket version='1.0'> <header/> <data> <struct> <var ...
slanek15
Offline Send Email
Jun 19, 2007
4:46 pm
1982
I think perhaps it is your serializer. Whenever I have characters that would need to be escaped, the wddx serializer put them inside <char> tags replaced with...
Snake
snake_hollywwod
Offline Send Email
Jun 24, 2007
11:26 pm
1983
I just use whatever serializer CF gives us. From the two examples below, it handles the quote the same way by prefixing it with a slash, but CFAJAX is only...
slanek15
Offline Send Email
Jun 25, 2007
12:33 pm
1984
try urlencoding the data before serializing it. Russ _____ From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of slanek15 Sent: 25 June...
Snake
snake_hollywwod
Offline Send Email
Jul 5, 2007
3:07 pm
1985
I am not able to get the values of session variables in CFfunction. The cffunction is called by the javascript function. The code snippet of the function is as...
abhi
amikt26jan2004
Offline Send Email
Jul 9, 2007
4:13 pm
1986
Abhi: I'm using CFAJAX to both set and (separately) validate a Session variable without trouble for use in a CAPTCHA. I don't do anything special when I check...
Rob
zepoid2000
Offline Send Email
Jul 9, 2007
5:12 pm
1987
Thanks Rob for your response. I am not able to run CFAjax with mozilla. The error message is "Permission Denied for XMLHtpprequest.open". Can you please let me...
abhijit mukherjee
amikt26jan2004
Offline Send Email
Jul 10, 2007
3:32 pm
1988
If you want to do cross-domain scripting with XMLHttpRequest, e.g. fetching data from a remote location but you're on a local page or local XUL application...
Snake
snake_hollywwod
Offline Send Email
Jul 12, 2007
12:39 pm
Messages 1959 - 1988 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