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.

 
Top CFML Solutions: 126 - 150 of 221
 
I am working in ColdFusion varsions 7 and 8 and have the following dilema. I have an application that runs without error in one installation (instance a) of ColdFusion and throws an error ...
I'd like to add a javascript function to my coldfusion form. I want to have a drop down box select a number value and in turn have my CFFORM loop variable change to this appropriate value....
I'm trying to use a webform with input tags with the same name, when I submit the form all of the inputs with the same name get sent over as a list of comma separated values. I'm able to get a...
I am getting an error within my CFC stating that I am missing an end tag. I can see the end tag there just fine. I have isolated the function into its own cfc and the problem persists. A code ...
Hello experts. I have a query: <cfquery name="q_Ident" datasource="#dsn#"> SELECT dbo.users.Identi_id FROM dbo.users WHERE dbo.users.User_id=<cfqueryparam value="#SESSION.User_ID#" cfsqlt...
I'm trying to get my Authorize.net credit card input working.  I attached some sample code from Authorize.net below.  I'm trying to figure out how cfhttp works?  I have my form setup... do I t...
I have a form that gets submitted to itself and then calls a cfc in order to do the needed db work.  This cfc then calls another cfc to upload an image file onto the server.   However I am con...
I have a cfgrid that is not displaying at the following link: http://thinkboxstudios.com/thinkboxstudios/admin/viewall.cfm I notice there is a javascript object expected error at the bottom...
Im resizing my images to create thumbnails using the <cfimage> tag but I want them to appear larger in a div elsewhere on my page ( proportionally scaled ) onMouseOver. The following code...
I am reading a CSV file and have a separate date and time that I would like to merge into a single field.  The third line of the code below doesn't work but it is close.  I don't know what sho...
I have a webpage that I need to include a FLV in. I want the FLV to play on the page when it is opened. I have included all the code...but it isn't showing up for some reason. The link to the ...
I need a drop down menu that displays a list of times that increment every 15 minutes.  So something like this: 12:00:00:AM 12:15:00:AM 12:30:00:AM 12:45:00:AM 01:00:00:AM 01:15:00:AM ...
Simply put, I have a CF form on which are fields for an order number and confirmation number (which are not the same). I need to require that at least one of these fields is filled in before t...
I have a form that allows a user to change anything about a selected vehicle.  When the vehicle is first added it creates a folder on the server.  The name of the folder is the VIN number.  My...
I have an e-mail notification system where, when a new applicant selects an active member of the organization to endorse their potential membership.  When the applicant choses the member, it s...
I have a cfdiv on a page that I am using coldfusion.navigate with. It workd fine but the rpoblem is that on the bodyonload, when it loads the cfdiv, the page automatically scrolls down to the ...
I've provided a cfquery (its probably a pretty botched job) but it is working to a certain degree. I have a Search form which searches my Oracle contacts DB. I'd like the user to be able to se...
Hello experts. I have one insert page with a query like: <cfquery name="Insertartikel" datasource="mydb">    INSERT INTO artikel (Modell_ID, Price, Description, user_ID)   VALUES (#Form.Mo...
In the query below I'm trying to look into a blogs table to find the two most recent entries from different authors. The problem I'm running into is not that it doesn't give me only 2 recor...
My client wants me to send dynamic email, I manage a lead database list and he wants an autoresponder set up so that as a new lead hits an email is sent out. Well the code is no problem I got ...
Admittedly, its been a while since I created a CF form but started working on one last night. I uploaded it to my web server and tried it on my IE browser. I am getting this error page: -...
Hi, From the form action, I get 10 records. When I click(submit) again I need to get 20 records and it keeps going until the end of query row. My question is, I need to highlight one par...
Hi guys, I need to do a simple recordset in to a table. But have a problem here is the sit i select * from products..... i dont know how many results come back as it can cha...
I am using coldfusion 8 and I am trying to display an image in a cfgrid within a flash form that is in a different folder. I have no problem if the image is in the same directory as the page d...
hello experts. I have one Insert one Search and one result page. The DB is Like: table artikel: uuid   ART_ID    TYP_ID    USER_ID   PRICE             table ArtExtras:                  ...