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 1831 - 1860 of 2031   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1831
Sorry everyone |please have patience what i did 1. Downloaded 1.3 2. Uploaded the files to my web server (online) 3. checked suggest ...
Mark Holloway (Sappor...
sapporomark
Offline Send Email
Oct 2, 2006
1:10 pm
1832
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...
j7is
Offline Send Email
Oct 2, 2006
4:05 pm
1833
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 ... -- ...
James Holmes
holmesjr_2005
Offline Send Email
Oct 3, 2006
1:00 am
1834
Yes: http://www.bifrost.com.au/blog/index.cfm/2006/7/13/Getting-the-CFAJAX-Suggest-examples-to-work-locally ... -- CFAJAX docs and other useful articles: ...
James Holmes
holmesjr_2005
Offline Send Email
Oct 3, 2006
1:01 am
1835
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...
Mark Holloway
sapporomark
Offline Send Email
Oct 3, 2006
3:48 am
1836
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pa3.htm ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Oct 3, 2006
7:41 am
1837
HI think i have almost got there 1. Is it ok to include it with the others i have? <!--- Application Settings ---> <cfapplication name="shoppingCart"...
Mark Holloway (Sappor...
sapporomark
Offline Send Email
Oct 4, 2006
10:56 pm
1838
If you already have <cfapplication name="shoppingCart" sessionmanagement="yes"> then use that. It needs to be added to the folder containing your ajax ...
James Holmes
holmesjr_2005
Offline Send Email
Oct 5, 2006
1:04 am
1839
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...
Mark Holloway
sapporomark
Offline Send Email
Oct 5, 2006
2:47 am
1840
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...
James Holmes
holmesjr_2005
Offline Send Email
Oct 5, 2006
6:08 am
1841
Is there a way to call a CF function using named parameters? For example, I would currently do: DWREngine._execute(_cfScriptLocation, null, 'someFunc', 123,...
chris.spen
Offline Send Email
Oct 6, 2006
5:33 pm
1842
I recommend looking at MXAJAX instead. That handles named arguments and the data structures are different. http://www.indiankey.com/mxajax/ ... -- CFAJAX docs...
James Holmes
holmesjr_2005
Offline Send Email
Oct 7, 2006
9:32 am
1843
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...
Mark Holloway
sapporomark
Offline Send Email
Oct 9, 2006
9:15 am
1844
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...
James Holmes
holmesjr_2005
Offline Send Email
Oct 9, 2006
2:03 pm
1845
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...
Mark Holloway (Sappor...
sapporomark
Offline Send Email
Oct 17, 2006
11:00 am
1846
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...
Mark Holloway (Sappor...
sapporomark
Offline Send Email
Oct 17, 2006
11:18 am
1847
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...
James Holmes
holmesjr_2005
Offline Send Email
Oct 17, 2006
11:50 am
1848
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...
Mark Holloway (Sappor...
sapporomark
Offline Send Email
Oct 17, 2006
1:27 pm
1849
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/...
James Holmes
holmesjr_2005
Offline Send Email
Oct 17, 2006
2:00 pm
1850
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? ...
Mark Holloway
sapporomark
Offline Send Email
Oct 18, 2006
2:51 am
1851
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...
the_gfactor
Offline Send Email
Oct 20, 2006
6:53 pm
1852
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...
Fagner Guimarães
root_fagner
Offline Send Email
Oct 23, 2006
7:11 pm
1853
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 ...
Mark Holloway
sapporomark
Offline Send Email
Oct 24, 2006
3:34 am
1854
I still recommend using the one box for the whole set of symptoms. ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Oct 24, 2006
3:47 am
1855
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...
Dan Plesse
empiricallys...
Offline Send Email
Oct 24, 2006
6:00 am
1856
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? ...
Mark Holloway
sapporomark
Offline Send Email
Nov 2, 2006
1:28 am
1857
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...
garychitown
Offline Send Email
Nov 9, 2006
12:00 am
1858
Why not just use the same application name? ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Nov 9, 2006
1:01 pm
1859
One of my goals is to share the CFAJAX core files among several applications similar to the way the fusebox4 core files can be shared. ... by...
garychitown
Offline Send Email
Nov 9, 2006
5:04 pm
1860
Hi everyone be loving the mxajax Just put my site online I had to move my database From (original install) ...
Mark Holloway
sapporomark
Offline Send Email
Nov 15, 2006
3:32 am
Messages 1831 - 1860 of 2031   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