Within an XSL stylesheet, I\'m trying to use the document() function with a relative path to an xml file (which should be possible if I understand the XSLT specs correctly), but for some reason it doe
I have a page called \"shopping_cart_qry.cfm\", that does a series of SELECT queries from various tables. It extracts data and populates a single structure called shopping. This structure contains aro
I have been having the hardest time trying to resolve the weirdest error when any kind of condition is used within any kind of loop.
Recently set up a new ColdFusion8 server instance on a Win2K8/R2 / IIS7.5 / CF8 Enterprise Hostgator dedicated server and everything seemed to be working, until I browsed to a su开发者_JAVA百科bdirect
I have a web site that allows users to select some checkbox settings, save them as reports in a database, and come back to run them at any time.
So the announcement functionality on our site displays a \"read more\" link by default using the following code (in part):
Key points before reading further All variables are properly var\'ed (you\'ll have to trust me) Scopes are not being reset while these long-running processes are happening
I have a very weird behavior from Coldfusion 8 and IIS 7. On the IIS, a site is declared and one of the subsirectories is a virtual directory poiting to a local filesystem. Everything is working exce
We have the below code (partial code) that is used as part of a scheduling system where we can add and edit information for various classes. When we initiate the \"copy from previous date\" function,
I have a page that has around 30 different entry fields, one of the top fiel开发者_开发百科ds is a textfield and after this is filled in, I want to populate a dropdown and a textfield. I currently hav