Yes. You can even make a different getData for each if you want. ... [INFO] -- Access Manager: This transmission may contain information that is privileged,...
... Giving them each a unique name, of course. ... This transmission may contain information that is privileged, confidential and/or exempt from disclosure...
... confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure,...
... 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...
... confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure,...
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...
Yeah, what he said! ;-) ... [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure...
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@...
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...
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....
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...
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...
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...
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...
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...
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 ...
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...
"MW live quotes is the first of several cutting-edge applications that MarketWatch intends to release using AJAX technology being leveraged by major search...
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...
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,...
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...
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...
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. ...
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...
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...