I was looking for an elegant way to upload images AJAX style. I\'m new to all this mind you, and I couldn\'t find anything really simple and clear to teach me how to do this with a CFC and jQuery. The
I\'m being forced/payed to work on a Legacy ColdFusion project (I\'m an usual C# programmer) and one peculiarity with CF is that they have they\'re own tags that are supposed to blend with HTML (ba开发
What is the proper synta开发者_JS百科x for creating a key within a ColdFusion structure which is an array? Preferably in the cfscript tags.
Thanks for replying!! But I am still not able to do it. Error that I am getting is \"Element objGet1 is undefined in a Java object of type class coldfusion.runtime.VariableScope.\"
I was wondering if anyone knew of where I could find an example XML document so that I could get get a FREIGHT LTL shipping quote from the UPS API.My XML mojo is seriously deficient, and all UPS has p
I have received this error Element CUSTOMERID is undefined in CLIENT. D:\\Inetpub\\wwwsitecom\\wwwroot\\rders.cfm:296
I\'m using this code to display a list of platforms. If a platformID was specified upon entering the page, I would like to create a list of genres underneath the specified platform.
In PHP there\'s a simple function called file_get_contents, and if I wanted to retrieve and display the HTML on, say, google.com, I would just do this:
I have created customtags (7 files, nested tags) using CF9 and call it using cfimport, when I run it on my notebook with CF9 dev edition with built in CF web server, it run with no problem, but when I
I have a html source as a String variable. And a word as another variable that will be highlighted in that html source.