I am trying to use Coldfusion to create a display of a paragraph in a cfoutput tag which does the following:
Where each word in each sentence of the paragraph is displayed with a blue hyper...
Here is what I'm trying to accomplish. I have a list of vehicles and a folder where I upload all the images. Each folder is named the VIN of the car. So what I want is a slide show that wil...
Can someone please list an order of scopes from highest to lowest in CF8?
Thanks.
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
Firefo...
I am working with coldfusion and the FCKEditor. How do i grab focus on the text area of the FCKEditor? Please take a look at the simplified cf code attached. When i click the button to grab fo...
I want to use RANDRANGE to generate a four digit number anywhere from 0001 to 9999. The problem is that the resultant number ends up less than four digits because, as an example, 0500 is reduc...
I'm looking for a Coldfusion code snippet to parse a block of text and convert any of the following plain text sub-strings:
http://www.site.com
http://www.site.com/example/123.htm
www.sit...
I am writing to a file, whereby each string entry in the file is delimeted by the end of the line. However i can't find the end of line character. Right now i'm doing this:
<CFLOOP ... for ...
I would like to use ReCaptcha on a member sign-up page of a ColdFusion Web site, but am having no luck getting it to work properly.
* I downloaded the ColdFusion script from: http://recaptc...
I have a Coldfusion form that includes a radio button. When I want to update a record, I can pull in all the original values into every form except the radio button. Is there a way to set the...
Hello Experts,
Hope one of you can help:
I'm trying to use ColdFusion8 to convert some text input by the user into an ASCII data string so I can call a URL and send an SMS. I have the vC...
Getting this SQL error on my coldfusion page. Any help would be great.
Error Executing Database Query.
You have an error in your SQL syntax; check the manual that corresponds to your MyS...
why shopping cart uses this code to display a products image:
<cfif product.thumbnail neq "0">
<a href="../product/#product.fileName#">
<img src="#product.mediaPath##product.thumbnail#"
...
ColdFusion 8
MS SQL Server 2005
Hi. I've built a simple login application using ColdFusion 8. When a user logs in, I would like her or him to be directed to a specific page. I would also l...
Make sure "mynumber" does not equal any of three other numbers: number1, number2, or number3.
Numbers should be between 0001 and 9999.
If there are any matches to mynumber, then set mynu...
I want to create a simple Pie chart with two numbers I return from a stored procedure. I have used charts with SQL queries but never from a stored procedure. I am looking for the format of t...
When using CFQuery, is it best to have the database name as an attribute (example code 1) or as part of the SQL (example code 2)?
Does this make a difference for ColdFusion query caching ...
I am using this query but It doesn't return the correct date range. It just returns all dates counts.
Please refer to this question for more details.
http://www.experts-exchange.com/Micros...
I want to be able to allow a user on a client machine the option to download a file from a server. So I was just thinking to display the name of the file and a download button on the user int...
We are running cold fusion admin, scheduled tasks on our web server. We had a PCI scan come back and give us an issue with having a host header with nothing in it besides the internal IP addr...
I understand the ROBOTS.TXT file that people to prevent bots from accessing certain pages on your site, but I don't want them to not visit all my pages. In fact, I want them to visit all my pa...
I am working on a dynamic application where database content contains placeholders for values from other tables of the database.
For example !!first_name!! where a name value should get inser...
I need to assign the value of form.other to form.amount if the value of form.amount is "otherbutton". I have tried using various syntax but continue to receive an error.
My latest version, ...
Having a few issues trying to get my paging solution a little sleaker. What i am trying to accomplish is making the page links display 5 links left and right of the currently viewed page link ...
I have a cffile that allows a user to upload an image. How to I grab the image name by itself without the temp path so I can store it in the database????
for example:
<cffile action="UPLOA...