Is there anyway to quickly add some JS that does if there is only 1 item in the suggest list and enter is pressed it selects the only item in the list. Seems...
Hi All, Magna Infotech is a premier IT company with offices and development centers in USA, Europe and India. In India, Magna Infotech has offices in...
For those who are new to the list, the original spam is a copy of the same email that gets sent to the list every month - I'd ignore it completely. ... -- ...
Can't we block that email through the list manager? Should be pretty easy to block the phrase "Magna Infotech". <!----------------//------ andy matthews web...
It's irritating because they obviously don't care about the content of this list. It would be one thing if it was at least a job posting concerning AJAX, but...
Hey I'm just posting to say how I appreciate this app and wanted to show what I did with it. My URL is http://www.lifeperpetual.com and if anyone has any...
Ok what did you do? _____ From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of lifeperpetual Sent: Thursday, May 04, 2006 2:26 PM To:...
Do you have a specific question? ... Ok what did you do? ... Hey I'm just posting to say how I appreciate this app and wanted to show what I did with it. My...
I am working on a site NSPLCompetition.com and have CFAjax populating names from the database. I figured out how to only have it select the name. Now if I...
I am trying to figure out how to do the following: Based on the selection of an item in a dropdown menu (database driven) I would like to display a set of...
Using the techniques from http://www.indiankey.com/cfajax/examples/keyvalue.htm I am dynamically building dropdown2 based on the selection made in dropdown1...
... on ... the ... That bug confused me too for quite a while. I think it was accepted here that it was a bug in the CFAJAX, although I never really got to the...
Hi Everyone, Having a little CFAJAX issue. Here is the error I'm getting. Error: Variable RESULT is undefined. The error occurred on line 83. Here is the...
You are not returning anything via the CFC <cfreturn foo/> "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL,...
The problem is in the data that gets returned. <cfset ArrayAppend(model, "10, Nokia 7280")> <cfset ArrayAppend(model, "11, Nokia N-Gage")> If you change this...
So even though i have returntype="void" I still have to have a return?? Do I always have to have <cfreturn>? Thanks, Ryan ... use of the ... please note ... ...
Arjun: Thanks. I figured out the problem with the sample code. My problem is my options are being dynamically generated from my database. I am not adding...