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 804 - 833 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
804
Is it possible to have multiple cfajax boxes on the same page but each call a different coldfusion function inorder to retrieve data?...
jakobflynn
Offline Send Email
Dec 1, 2005
7:09 pm
805
Yes. You can even make a different getData for each if you want. ... [INFO] -- Access Manager: This transmission may contain information that is privileged,...
Munson, Jacob
yacoubean
Offline Send Email
Dec 1, 2005
7:33 pm
806
... Giving them each a unique name, of course. ... This transmission may contain information that is privileged, confidential and/or exempt from disclosure...
Munson, Jacob
yacoubean
Offline Send Email
Dec 1, 2005
7:34 pm
807
... confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure,...
jakobflynn
Offline Send Email
Dec 1, 2005
8:14 pm
808
... Oh, sorry. I jumped the gun. I didn't notice that you were asking about 'suggest', I haven't played with that yet. However, I did just look and found an...
Munson, Jacob
yacoubean
Offline Send Email
Dec 1, 2005
8:22 pm
809
... confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure,...
jakobflynn
Offline Send Email
Dec 1, 2005
8:46 pm
810
Thank you all, who replied to the question of autorefresh I had. I tried from the body onLoad and works very good. But I might face the task that I want to...
alyxander
ibelba
Offline Send Email
Dec 2, 2005
1:18 am
811
In your ajax calls result function you just need to do a document.getElementById('mydivsid').innerHTML = 'whatever you want it to be'; ... From:...
David Herman
aspdave1
Online Now Send Email
Dec 2, 2005
2:38 pm
812
Are you asking if it is possible to auto-refresh a specific section of a page? Sure, just do that with the function your auto-refresh is firing. In...
Munson, Jacob
yacoubean
Offline Send Email
Dec 2, 2005
2:51 pm
813
Yeah, what he said! ;-) ... [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure...
Munson, Jacob
yacoubean
Offline Send Email
Dec 2, 2005
3:05 pm
814
Hi Folks! I'm new to this list (and to Ajax) and am hoping to mine some great info from you all. I've been playing with CFAjax briefly here at Wake Forest ...
Bobby Amoroso
bamoroso@...
Send Email
Dec 2, 2005
3:06 pm
815
As for bandwidth and request frequency issues, this is partially mitigated by the fact that without AJAX most of the information may have to be rendered into...
James Holmes
holmesjr_2005
Offline Send Email
Dec 2, 2005
3:38 pm
816
I thought I would start with something simple so I could learn how CFAJAX works but either it's not as simple as I thought or I am not as smart as I thought....
ygid01
Offline Send Email
Dec 2, 2005
3:39 pm
817
Run this as a simple test before you go with anything more difficult. This will show you for sure whether you have got a setup problem or not. Change the...
Ken Ferguson
ksferg_99
Online Now Send Email
Dec 2, 2005
3:56 pm
818
I put some stats together that may help shed light on the traffic/bandwidth issue. Here is a small sample of stats for my domain for the month of November (I...
Munson, Jacob
yacoubean
Offline Send Email
Dec 2, 2005
5:10 pm
819
This usually indicated that you are pointing to the wrong CFC set. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Dec 2, 2005
7:08 pm
820
Just a page I happen to be looking at ...
Dan Plesse
empiricallys...
Offline Send Email
Dec 2, 2005
8:24 pm
821
That is very cool. It looks like it must be Ajax to me, because I don't see the browser refreshing. It are probably using an auto-refreshing Ajax function or...
Munson, Jacob
yacoubean
Offline Send Email
Dec 2, 2005
8:36 pm
822
I know prototype.js in in-compatible with versions of IE less than 6 but does anyone know exactly what is in-compatible? Were using the $ function only at...
David Herman
aspdave1
Online Now Send Email
Dec 2, 2005
8:41 pm
823
Hi All; Ok, I've been a bit of a lurker lately (swamped I tellya!) but I didn't see much in the threads about this. I just want to confirm that to pass ...
Bonnie E. Betts
bonnie1_b
Offline Send Email
Dec 2, 2005
8:45 pm
824
Nothing happens. I don't get any errors and I don't get an alert. I changed the DWREngine._execute to XWREngine._execute and got an undefined error so I know...
ygid01
Offline Send Email
Dec 2, 2005
8:45 pm
825
"MW live quotes is the first of several cutting-edge applications that MarketWatch intends to release using AJAX technology being leveraged by major search...
Dan Plesse
empiricallys...
Offline Send Email
Dec 2, 2005
8:48 pm
826
Sounds like there's an error in your cf function. To make sure, comment out everything in your function and just return a string. <cfreturn "test return"> If...
Bonnie E. Betts
bonnie1_b
Offline Send Email
Dec 2, 2005
8:50 pm
827
Use the cfc explorer to are if there is an error anywhere in your CFC "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey,...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Dec 2, 2005
10:17 pm
828
You can pass as many arguments as you like into the CF function - just put the arguments in the correct order in the call via DWR. ... -- CFAJAX docs and other...
James Holmes
holmesjr_2005
Offline Send Email
Dec 3, 2005
9:55 am
829
Of course, you are still limited by what you pass back (single variable - complex or not) and what CFAJAX can parse on it's return. "This e-mail is from Reed...
Robertson-Ravo, Neil ...
nrav0
Offline Send Email
Dec 3, 2005
9:57 am
830
Check that the cfinclude in your CF functions file is really pointing to the right place - it needs to be a relative path if you don't have a mapping set up. ...
James Holmes
holmesjr_2005
Offline Send Email
Dec 3, 2005
10:06 am
831
Hi, I was wondering if any of you have put together a similiar voting system to this one - http://drupal.org/node/25640 (Overview). ...
jjmunyan
Offline Send Email
Dec 4, 2005
8:02 pm
832
Sorry, I sent you that and then took off to the deer lease just a little later. If that didn't execute correctly, then you definitely have an issue in your...
Ken Ferguson
ksferg_99
Online Now Send Email
Dec 5, 2005
3:08 pm
833
Has anyone gotten this to work. I would like to be able to have Multiple Suggests on the same page and I would like them to call different Coldfusion functions...
jakobflynn
Offline Send Email
Dec 5, 2005
9:14 pm
Messages 804 - 833 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