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...
hi, more power to cfajax.. I downloaded the cfajax.1.3.zip. great i learned a lot.. but im having a problem.. i dont know how to connect to a database.. using...
Hello everyone, I am new to the CFajax. I am trying to use a session variable to remember the navigation menu status (expanded or collapsed), so the menu will...
I want to make updatable grid that read from xml file and can edit it and save the result at the xml file at run time with javascript or AJAX or html table...
Your best bet is something from the Ext toolkit - you can integrate it with mxAjax via the Ext-Prototype version too. ... -- mxAjax / CFAjax docs and other...
Hi.. I know my question isn't related (exactly) to cfajax -- but I'm close to being out of resources...so here it goes.. I have a site that is using an access...
Have you tried using the HTMLencodedFormat() to surround the variable? ... From: pictureman20024u To: cfajax@yahoogroups.com Sent: Thursday, August 30, 2007...
I will be out of the office starting 08/30/2007 and will not return until 09/04/2007. I will be out of the office starting Thursday, August 30 and returning...
I actually meant HTMLCodeFormat(). Give HTMLEditFormat() a try as well. ... From: Antonio Russo To: cfajax@yahoogroups.com Sent: Thursday, August 30, 2007...
The best resource for general CF questions is the CF-Talk mailing list: http://www.houseoffusion.com/groups/cf-talk/ Anyway, what do you want to have happen to...
I cant get the suggest examples to work on localhost ive check on the cgi.SERVER_NAME and cgi.PATH_INFO and they both work displaying localhost and the full...
http://www.bifrost.com.au/blog/index.cfm/2006/7/13/Getting-the-CFAJAX-Suggest-examples-to-work-locally Regardless, I suggest moving to mxAjax as CFAJAX is no...
From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of James Holmes Sent: 02 May 2007 01:55 To: cfajax@yahoogroups.com Subject: Re: [cfajax]...
Oops, sorry about that blank email guys. I have a question about JavaScript, in the mxajax code it references the URL of the CF function, eg: var urlTags =...
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...