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...
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...
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 ...
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 ...
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...
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...
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....
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...
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...
The accordian component might be a way of organising this. Alternatively a tabbed form could work. ... -- mxAjax / CFAjax docs and other useful articles: ...
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...
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: ...
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...
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...
I am trying to implement the following script but getting nothing back <cfcomponent displayname="ajaxTest" extends="tool"> <cffunction name="DisplayLoginForm"...
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> ...
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...
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...
try urlencoding the data before serializing it. Russ _____ From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of slanek15 Sent: 25 June...
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: 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...
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...
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...