coldfusion-8
calling xslt document() function with relative path in coldfusion 8
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[详细]
2023-04-13 06:17 分类:问答extract and resuse values from a structure
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[详细]
2023-04-13 00:47 分类:问答<cfloop condition="true"> is causing the weirdest error
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.[详细]
2023-04-12 09:21 分类:问答Coldfusion - Subdirectory file not displaying
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[详细]
2023-04-06 10:19 分类:问答Which IIS settings will allow me to process long-running ColdFusion requests without IIS giving up?
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.[详细]
2023-04-05 05:46 分类:问答Display a link only if no link is present using ColdFusion?
So the announcement functionality on our site displays a \"read more\" link by default using the following code (in part):[详细]
2023-04-02 04:08 分类:问答The symbol you provided is not a function
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[详细]
2023-04-01 16:38 分类:问答Error 403 while getting cfm page
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[详细]
2023-04-01 16:10 分类:问答cfif isdate(URL.day) issue - always calling cfelse?
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,[详细]
2023-04-01 11:00 分类:问答Populating a drop down based on a text field Javascript/Coldfusion 8
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[详细]
2023-04-01 07:03 分类:问答