Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CFML Solutions: 376 - 400 of 519
 
Experts, I have to send out mass emails, and do not always get a clean data file.  Is there a way for me to use  a try catch block to catch any invalid email addresses?  At times I will get...
Hi, I am using coldfusion 7.0 and the cfform tag.  I need to have mulitiple buttons in the cfform type="flash", however when I include "onSubmit" the page fails. Any idea how to get this to...
I am trying to use google analytics' track e-commerce features. This is the code that they provide as an example. I would like to populate the fields with my own data of course. This is the qu...
First of all my values align correctly if I don't have empty values twice in a row in a column (You can see the "excel-file-before.jpg as my example of information where I get empty values twi...
I want to add payment processing to my site.  I use Quickbooks for accounting so it just makes sense to use Quickbook's merchant account for online processing. The problem is I can't find much...
How do I make JavaScript sensitive to A1, A2, A2 input ID's? What do I have to do to modify the JavScript here? The A1, A2, A3 are coldfusion variables.
I'm sure there's a simple answer here but I'm banging my head against the wall.  I want to use a checkbox to allow a user to select a condition that will persist upon the next reloading of the...
Anyone know how to make a checkbox toggle to enable and disable CFFORM validation in Coldfusion 8? Basically check the box, the form wont validate when submitted, check it again, the form v...
My organization is porting some of our CF applications on to an external hosting company.  Will I still be able to query our SQL Server databases even though the application is outside our fir...
What am i doing wrong here? The upload.cfm file attached works fine stand-alone, but has problems when placed inside a <CFDIV>. i.e. I have another file which declares: parent.cfm som...
Every user in the company logs in to Active Directory. I want to be able to leverage that information so that i dont have to create a form that makes them put in a user name and password. I wa...
I had thought that the coldfusion function: ColdFusion.Window.create() .. which takes a source url, created an iframe. However, i had hoped that a link i create within the window sconten...
What I'm trying to do with this code is upload an image to a temp folder and resize it.  Then after that I want to copy the image to a different folder and rename it to logo.jpg.  The code doe...
I am using CF8 and a MS Access database to do a routine query. On my form page I have a several form fields that allow the user to query the database based on certain parameters (last name, em...
I am using cfajax, see the code attached which shows the javascript stub code, where admintools is a reference to the remote coldfusion component. Now when the remote function call succeeds...
Hey all, I am creating a custom report builder that my clients will use to generate downloadbale reports they will import into their own software. As part of that, I need to be able to allo...
We're creating a number of small sites (generally only a handful of pages), most of which have cfincludes or tables populated with a cfquery (or both). The data within these is generally on...
Hello experts. I have a problem with my result page. I have two tables. First: artikel    art_ID    typ_ID     Price                        5            4            2000                 ...
Good Morning, I have been trying to use google maps with my website and I can't seem to find a good tutorial.  What I am trying to do is I am pulling a city from my database and trying to g...
Hi all, I'm passing a query that's dynamically generated by information entered via a form.  (So the user enters state date, end date, etc.) I want to take this exact string after it's c...
I have a form and an array (named arrayFormnames)  that contains all the names in the form fields. I have the following code that sets up the variables and the default background color for the...
lets say window A popups up window B (via a javascript and through a click on a hypertext link) I want to be able to pass a Struct(most likely a java.util.Hashtable object) from window A to...
Can anyone spot why the attached code would throw the error outlined below in ColdFusion 6.1 but not in ColdFusion 8. ERROR:  Context validation error for tag cfscript. The start tag m...
I am working with colfusion and creating a simple form and wanna know how to make someone log back in even on a bookmarked link , and set up a timeout for 15 minutes?
can someone tell me why this isnt working??? I ma gettin an error that says the destination directory doesnt exist  but it does! <cfset imagename = listlast(form.filename,"\")> <cfif...