2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ColdFusion Application Server Solutions: 76 - 100 of 1397
 
I've got some logic to run or not run a query.  If the query doesn't run then I don't want to show a block of cod below.  I'm using the <cfif isDefined()> to test for the query.  I must have t...
I'm trying to encrypt the results of a query, then store them to a file which can be downloaded. I am using the encrypt() function which in turn uses Xor. How could I then decrypt this file...
Hello experts. I have found a working solution on this page:http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup_Language/Q_23902796.html?sfQueryTermInfo...
Please tell me how to exploit this query with a SQL injection attack! I've been reading about such attacks and I want to lock down my code a bit better.  But, for some reason I can't get my...
Hello, I just wondered if there was a way I could update two records in the same column with different values with the same query? I have attached a code snippet to demonstrate what I me...
I'm using MySQL. I have a form with an HTML editor in two textarea fields. So the textareas output HTML code, which I want to store in the database. Here's the query i'm using to update the ta...
I have html and cf code stored in a database. When I call the HTML/CF code into a webpage, it displays all of the coldfusion variables as #variablename# on the actual generated page. I obvious...
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 ...
Hi, I'm working on a form that has already been created for 2004 & updating it for 2005.  The previous web developer used the following code to validate the credit card expiration date form...
I'm trying to insert answers from a form. The fields were generated dynamically. Why am I getting this error? <cfloop list="#form['QuizQuestion' & ViewQuestions.QuizQuestionID]#" index="Qui...
Hi, I found a similar question on this site, but the solution is not what I am looking for. I need to know if there is a way to reload the keystore/truststore while the JVM is running?   ...
Hi, I'm using CF5 on IIS4 and need to pass across a odbc Date object in a URL.... http://blah.blah?selDate={ts%20'2002-01-01%2000:00:00'} I know that the single quote is being filtered ou...
Hello, I've successfully been able to record the browser usage and OS of people that have visited my site. I've recorded this data into a database using the cgi variable "cgi.http_user_agent" ...
Hi! I have a form on a CF page that depending on the value of field Layout (a value from 1-4) the user will be taken to a different page. I know it cann be done through javascript and I thi...
I got a little problem here. I have a query and I am trying to build an array to populate all the fields in to the array. Then i need to  check if the person is in the folowing  list of job...
Hi,  I'm getting error while working with JSP page having prepared statement. There are 3 prepared statements, 3 different ResultSet objects being used correspondingly.Other two prepared st...
I have a simple xml file (which I create dynamically on the server using ColdFusion's CFFILE write function) that I would like to parse, and then populate form fields with. So far, I've tried ...
I'm trying to get geo-locations (latitudes and longitudes) of photos into a database in a decimal format from EXIF gps data. However, the EXIF fields 'gps latitude' and 'gps longitude' are in ...
is there any way to force a user's session to expire when they leave the site so they cant use the back button to get into a secure area?
I have a number: 64118.56 How do I round this to 65,000?
Hi i ahve a link where if soone clicks,it passes the url id (associated) the action page deletes all ther records from 3 tables related to this pased id to the action page. However i wanted...
I have a MS Access DB with a column of data in all CAPS and I need it in Title case. Suggestions?
Dear experts, I am designing an intranet application, and I would like to use the windows authentification on my intranet. What are my options? Can I detect either the windows user or th...
hi, i am relatively new using XML/SOAP, however i am working on a project where we must create a data feed of our products and send them to Amazon to be listed on their site as an affiliat...
Ok, Is there a way to set a character limit on a textarea form element?  Is there a way to check if the entered text exceeds a character limit?