hi, i have recently downloaded cfajax with the coldfusion mx7 built in web server. It is not easy for me to understand what to do to instal it. i have...
Don't use a virtual directory or a mapping, just follow this: http://www.bifrost.com.au/blog/index.cfm/2006/7/13/Installing-CFAJAX--Paths-explained ... -- ...
Thanks a lot i went to the site could you explain what this means The suggest example relies on application variables, so if you don't have a cfapplication tag...
HI think i have almost got there 1. Is it ok to include it with the others i have? <!--- Application Settings ---> <cfapplication name="shoppingCart"...
If you already have <cfapplication name="shoppingCart" sessionmanagement="yes"> then use that. It needs to be added to the folder containing your ajax ...
Thanks for the advice When this is set up will i be able to run any ajax on my local computer and my online version? So many ideas so little know how If i...
Mondai nai-yo. The only thing you might have to change is the _cfscriptlocation url, if you've added the domain. I always use a URL from the web root, so it...
Is there a way to call a CF function using named parameters? For example, I would currently do: DWREngine._execute(_cfScriptLocation, null, 'someFunc', 123,...
I recommend looking at MXAJAX instead. That handles named arguments and the data structures are different. http://www.indiankey.com/mxajax/ ... -- CFAJAX docs...
Sorry for the endless questions OK i uploaded the files on to my web provider i dont need to make a virtual drive right? It doesnt work - I have noticed the...
You are probably calling a _cfscriptlocation that is different to the domain you are using to test the app. If you use localhost, make sure that's what's in...
Well after much trial and error - hair pulling etc i installed mxajax and it is working Many thanks to the patience and advice of all got a big smile on my...
Well after much trial and error - hair pulling etc i installed mxajax and it is working Many thanks to the patience and advice of all got a big smile on my...
Oh yes, the autocomplete ajax control would be a great way to do this. If you're stuck, let us know what's holding you up. ... -- CFAJAX docs and other useful...
Hi Thanks for the encouragement Well already stuck actually I tried to have two autocomplete boxes one after the thinking a user could simply tab on to the...
I would use the same box for each search, adding the results to a DIV as you go. ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
Hmmm not really going so well i got the japanese to display easily enough (splash of unicode) but... the second autocomplete box is not working any ideas? ...
Hey, I'm using CFAjax to call a function that follows the cell phone model example. The values being passed include 1/16, 1/8, 1/4, etc., and then after three...
Fala pessoal To querendo fazer um script que mude a cor da borda dos input que estao com erro. Tava me acabando com esse form e nao consegui nadaaaa: <cfform...
If someone could please give me a hint i would most appreciate it. I have tried all sorts of combinations I tried to have two autocomplete boxes one after ...
The problem is it works in IE but it does not work in any other browser and I am wondering why http://www.cfide.org/JS2J/JSTOJ2.html The goal is to use the...
I want users to enter a how many words they want translated then have this multiplied by 25 yen (the rate per word trans) Is this possible with cf n ajax? ...
I would like is to have one copy of the cfajax core files shared by any number of applications - like the fusebox4 core files can be shared. So, I put them in...