I have a drop box which is populated by information from a database. Some of the items have ampersands in them. When the drop box is changed, there is some ajax done, and this includes sending the inf
In ColdFusion, when I call IsDefined(\"root.L1[1].L2\"), I am getting the following error: Parameter 1 of function IsDefined, which is now root.L1[1].L2, must be a syntactically valid variable name.
Does anyone have an example of how Coldfusion\'s GetHttpRequestData() works? I\'m looking to use this func to save dat开发者_Go百科a from the AJAX Upload script: http://valums.com/ajax-upload/
I asked this question earlier, but it got a negative vote, so I\'m rewording it. I have: <cfset myExpression = \"X\">
I\'ve been looking all over the web fo开发者_运维知识库r a ColdFusion-based SQL administration tool for Microsoft Access and I can\'t find one that\'s simple, free and allows running SQL statements. A
I\'m currently using ISAPI Rewrite I\'d interesting in moving my Col开发者_如何学CdFusion app to Apache and would therefore like to use MOD_Rewrite. Is this possible? Or do I need to rewrite all the
I have a web app built in coldfusion that receives medical referral letters from primary care doctors (family doctors) for transmission to hospitals and specialists. The data comes in to a MySQL datab
I am encountering a problem using CFGRID with JQuery. Here are the sample codes using the CFARTGALLERY database:
I\'m loading the content of a 3-level dropdown list through a database (same project as my other questions-- clearly i\'m just learning the language, sorry).i want the top level to be like a tab menu,
I have a CFC that cycles through a folder and deletes any files in said folder, sort of a \'clean-up\' function after an image is uploaded and saved. In that same CFC I have a function that updates te