I've got a symptom enclosed in <span> tags that, when you click it, should go grab the remarks that go with it and load it into the div below it. Here is the...
On a whim I replaced the #variables# with <cfqueryparam>s in the cffunction and now the last alert I get is the variable contents before it makes the call......
It's just a CF wrapper for a JS alert. Non-essential. I did find the problem. Started looking in the app logs and it turns out there was a relational problem...
I was getting this error recently. I'm not sure if I have it completely figured out, but I read somewhere that being logged in as Admin will cause this. Sure...
Company Profile =============== Pronto InfoTech is a software development company implementing IT- projects of any complexity. We offer an end-to-end approach...
I am basically using the 'list' example. I am populating a drop down list with the current status of a project (e.g. 'Open') the interesting part is that when...
Code please. --Ferg ... From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of happy_christy01 Sent: Thursday, August 10, 2006 8:43 AM To:...
Is there a way to set a value inside cffunction and return it as part of the result set, which indicates which layer should be updated? For example (in...
Yes, an array is good for this, pretty much as you have written it. You then work with the results directly in the callback function. The results variable will...
Hi James, This is great. Thanks for your feedback. As I beagan my AJAX adventures starting with CFAJAX, I begin to wonder if there are any ways to return a...
No, if you were to use xmlhttprequest to get a CF page directly the cf page will run as it should. No http request can expose the source of the CF page...
I've always stayed away from the loading message because I didn't like the way it worked and I usually don't need it, but this is great. I have a couple of...
Hello, I have been setting up and working with CFAjx this week, and everything seemed to be working fine after I ran the /utility/installation.cfm file....
Andrew, Your cfscriptlocation is www.roninmm.com <http://www.roninmm.com/> ... Whereas you're browsing to roninmm.com. Notice that if you add the www in your...
Sorry, I should have provided an example instead of just telling you what to do. This is what I have on my site in a script block. _cfscriptLocation = ...
Ken, I've been experimenting with this, and am running in to problems. Here is what I've done: 1) I've added the additional javascript to my util.js file (the...
You'll definitely want to rip out that call to DWRUtil.useLoadingMessage(); in your code. I'll show you exactly what I've got. I put the js code at the bottom...
Thanks Ken. Removing the useLoadingMessage() function did the trick. You know what'd be a great enhancement to this, in my opinion? It'd be nice to also dim...
Actually Yvan, I think the code you need is right there on that lightbox webpage and you may need to look in the lightbox.js code a little too. Just work that...
TOAD users will probably already know about this, but for everyone else... The people who bring us the Tool for Oracle Application Developers (TOAD) have...
Don't know if this is the right place to ask the question, but since I discovered the Rico Accordion here, I'll ask here. :) Basically, I cannot highlight text...
Just had a go at mxAjax and seem to be having trouble with the examples returning db data. cfinvoke pulls data from the same method just fine. Is there a...
Certainly: for example, you could put the recordset into the session or application scopes and return bits of it using array notation. ... -- CFAJAX docs and...