Bingo :-) "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, ...
http://jr-holmes.coldfusionjournal.com/cfajax_return_types.htm shows how a query is returned to the browser directly. You can access each row of the query as...
Thanks James. I've done exactly as you've suggested, and for whatever reason, I am now getting a "Permission Denied" javascript alert message on the initial...
Yes, your settings have _cfscriptLocation = "http://www.leased-investment.com/beta1/cfajax/examples/functions.cfm"; which is a cross domain lookup when...
It is also a standard JS no no. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of...
Doh .. I can't believe I missed that. I've updated that one offending line and now I am no longer getting the permission denied errors, or errors of any kind...
Just a guess here, I can't remember your other code you posted, but maybe you should be using result[0] instead of result[1]? In JS array's start at 0 while...
Oops, my bad, yes it should be [0] as JS arrays are 0 based. Sorry, switching from CF to JS always messes me up that way if I'm not thinking. Also, make sure...
Just out of curiosity, why aren't you just returning get_member? Then you could just: function getResult(result){ var myHTML = ""; for(i=0; i<result.length;...
sorry, I left out your obvious step of: document.getElementById("info").innerHTML = myHTML; after the for loop, but I'm sure you get my drift. --Ferg...
Had some problems with the suggest example, specially involving string with a "space" in them. For example, "New York" or "New Mexico" When you hit the space,...
I have downloaded and installed ajax on my machine. I have even run the installation script. Yet I cannot get any of the scripts to run. I am trying the...
Yes, this is what I was saying earlier - just return the query directly. Don't use the object creation step as it's just re-creating one row of the query for...
Yes. Still nothing. Probably still the paths, but I'll be damned if I can get them figured out. Seems like it's probably basic, but I'd don't know...maybe...
Need to see code. I must admit that I am a little suprised about how many people fail to either or install correctly or at least work out the problem which in...
To add, James is helping here BUT the info needs to be integrated into indiankey... Talk people. ... "This e-mail is from Reed Exhibitions (Oriel House, 26 The...
Well it is a fix I think - mail Arjun to see what he thinks... Nice catch. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond,...
Yep, I still agree - a Wiki would be good for this. All the docs, my helpful bits etc could all live in the one place that way and they could evolve over time....
Do you mean that I should modify my cffunction to return the query directly? ie: <cfreturn get_member > (or something along those lines) .. or does the...
I've tried the replacement code you've suggested, and I am still getting the exact same behavior: http://area202.ideasdesigninc.com/cfajax/examples/test.cfm ...
Sorry -- just caught this, and updated my script with it: http://area202.ideasdesigninc.com/cfajax/examples/test.cfm I still have yet to see a working example...
Yes, just do <cfreturn get_member> and it will return your query object. ... This transmission may contain information that is privileged, confidential and/or...
Yes, the cf function should just be this: <cffunction name="retrieveUserInfo" returntype="query"> <cfargument name="userID" required="yes" type="numeric"> ...
I have set this up on my localhost and created the virtual directory Ajax and pointed it to the C:\\...CFAjax. When I access the zipcode lookup example the...
See, you can debug! "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed...