Hi. I want to set up client side validation for a CFFORM, on this page:
http://ebwebwork.com/ncpieupdate.cfm
I believe I have done everything correctly to set up validation. I read up on this...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 05/18/2008 Rating: 9.4 Views: 0
I keep getting this error on our web server jrun logs very randomly about once per week. Im not sure whats causing it. Any help greatly appreciated.
2008-09-11 10:18:26 jrISAPI[9456:1624] 127...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Trying to dynamically display a DB table from query at top of script. If I remove one of the elements from the query I want the table to alter on the web page.
Just not sure what to put in pl...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_23950807...
Zones:
Cold...Date Answered: 12/02/2008 Rating: 9.0 Views: 53
I'm trying to add a simple title to my CHCHART "bar" chart and CF is putting an annoying box and drop shadow behind it that I don't want. I just want the text to show up on the top of the chart.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 03/31/2009 Rating: 6.9 Views: 0
I have code that pumps data into an Excel sheet; user clicks option and saves as. I'm getting numerous empty rows in the sheet whereas the pdf option is displaying correctly.
Thx
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Write now the dates due to the code below get entered in the database in the format: 'yyyy-mm-dd' despite the fact that I have defined the format as 'yyyy-mm-dd hh:mm:ss'. Can someone please hel...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_23614130...
Zones:
Cold...Date Answered: 08/01/2008 Rating: 9.2 Views: 5
This line in my Application.cfm file....
<cflocation url="Login.cfm" addtoken="no">
throws this error in Firefox despite the fact that the Login.cfm is there:
Redirect Loop
Firefox has...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...
Zones:
CFMLDate Answered: 09/10/2008 Rating: 9.2 Views: 0
SELECT * FROM members
WHERE ListLast(bus_catg,'-') = '#qSUB.id#'
OR ListLast(bus_catg1,'-') = '#qSUB.id#'
OR ListLast(bus_catg2,'-') = '#qSUB.id#'
I'm trying to get my WHERE statement t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_23903746.html
Hi there,
I am looking for a pointer in the right direction in this scenario, any help appreciated, I am pretty new to this.
I want to make a drag and drop shopping cart in Flex 3, Using CF8 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23066400.ht...
We are currently under attack with a script bases SQL injection. Slapping the <script .js > into all of our ntext and nvarchar fields. One of the ways we are trying to prevent this is by putting ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup...