Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested CFML Solutions: 126 - 150 of 519
 
My flash cfform is working fine in all browsers except for Safari on the PC (I have not been able to test on a Mac, but I will assume for now that it would be the same)...  It seems that when ...
Can you use cfdirectory to get a list of folder in a location????? If not what alternative do I have to do that?
Currently I have the below page that processes the selections a user picks to add to their agenda.  Right now the page tells the user what companies were added and if any were duplicates.  Som...
Does anyone know how to make a simple  photo album that will flip through photos in a folder no matter how many you add or take away frfom the folder????Dynamic Photo album?? Sort of like w...
From my cold fusion application, I would like to have a button that should bring up an Oracle Discoverer Report in a pop-up window.  I have the following line of code that calls the Javascript...
I am new to web development.  I have to create a random number of input checkboxes in a form based on a query with a different name for each checkbox.  The names are based on the currentrow in...
Hi,  I need to develop a script / system that redirects simple links to 'extended links. Here's an example of what I need: User types in:  www.experts.com/site1    and the site resolves ...
Hi, I'm working on a zip code proximity search using zipfinder.cfc that was written by Robert Capili.  The proximity search is working great, but I need to show the distance from the origin...
How do I get a form to submit on page load? I want this form to do its thing as soon as the page containing the form is loaded.
I'm creating an employee survey for my company and I'm dynamically pulling questions and answers from the database.   I'm also inserting text areas so users can type their own answers.  Unf...
An automotive dealer listing service offers a text file as a 'data feed' - no problem. The text file is available online in the form of a .zip file - no problem. The zip file, when downloade...
Hi guys, I  im using cfc file function I dont know how to CFINVOKE  and get my resultset  in cfm file this is my code if u guys can help me out <cfcomponent> <!--- Get Main Categorie...
I'm trying to get my Cold Fusion RDS connection going on my MX7 Server installation.  I have it enabled and have the password set but I get an HTTP 405 error when I try to connect with Cold Fu...
Excuse the not very well formed question title. To explain, in my javascript I had been using the coldfusion function as seen in figure a) in the code attached. This results in a loading im...
Can anyone tell me how to retain form input when refreshing. I have a form with quite a few input boxes and so on, once the user has filled out the form and submitted, coldfusion will vali...
i am using the following code to check if a null value exist in the (#dbxx.code#). i am getting the error message "Variable ISNULL is undefined". how d i fix this?
I have a section of code in this that makes a file unique if the filename already exists.  That part does work but whats happening is when the data is saved to the database the new filename is...
See the attached code. The CFML "eq" operator appears to be case-INsensitive. What is the coldfusion case-SENSITIVE equivalent?
I have a Cold Fusion Form that is being dynamically created based on results of a query so the text field names are Cost#item_id#.  When the form is submitted, I want to loop through the same ...
I'm trying to do a stacked horizontal bar chart. This code is giving me two series not one, stacked series. Thanks. <cfchart format="flash"   chartheight="200" scalefrom="0" seriesplacem...
I have a long list of data in a table.   When clicking on a row, I use cfwindow to pop-up more information about the clicked item. The problem is that when the user scrolls down the page, c...
My currentrow mod 2 code expands the table when needed but I also want to alternate color on the table rows (<TR>). But my code does not work. The expanding rows work just fine but not the alt...
CAN SOMEONE please help me display the output of the query as a dropdown box in the below cfgeid? thanks <cfquery datasource="#dsn#" name="getSalesPpl">     select SalesPersonID, SalesPers...
Hello, I need to be able to allow administrators for a site to download a list of subscribers details in CSV format. The only problem is that I can't have the file sitting on the webserv...
Platform: ColdFusion 8, MS SQL Server 2005 Web site URL: http://www.guardianhelp.org/ OK, I've been staring at this one for a while. The site is http://www.guardianhelp.org/. I'm getting...