Hey developers;
I'm creating a page that I would like to display a message for 3 seconds, and then redirect to another page. Here is the code I am using right now.
......
<body><div align...
Hi,
I am using coldfusion and have run into a little issue. I need to capture carriage returns in a text box. Any suggestions? Thanks.
F
I am doing my best to try to read an Excel file using ColdFusion.
The problem is, if I try to load this data:
LOGICAL_CIRCUIT BUSINESS BUC
TEST_CIRCUIT 666666 D47147
TEST_CIRCUIT 66666...
Up 'til now our company has used LDAP sever to authenticate users for access into many of our Cold Fusion Applications.
We are dropping our LDAP and will start using MS Exchange. I need...
I would like to import a large amount of data into my database on my website by uploading a csv file into the database file, as opposed to inputting each record, one by one.
I have a subst...
I would like to have either a checkbox or radio button that when selected encrypts the output field. I have the code for the encryption but how do I automatically execute the checkbox function...
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...
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'm using Coldfusion MX 7, and I've seen that ColdFusion can now bind many form elements to a CFgrid.
Can someone please tell me how to do the following:
I need to build a grid with data...
I need to modify the structure of several tables in an Access database using SQL and ColdFusion. The database is on a live server so I can't open it directly, but I want to verify the changes ...
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 over the last year i have been using self posting pages to perform my FORM validation which works great..... BUT the only problem I am concerned with now is security of passing URL varia...
i have only one checkbox control which displays column names dyanamicly with respected to selected tables i want to insert particular colum on check into table
Can someone give me a bit of advice on how to compare two date/time values against each other and bring back the difference in day or hours or even a combination of both would be fantastic.
...
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?
Can someone please post some code examples(javascript) that show how to validate a phone number. I only want digits(example: 1231231234 NOT 123-123-1234). If you know of a way to allow inter...
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...
I need to find a good quality / cost effective image resizer for ColdFusion MX that gives us the following functionality:
1) good quality thumbnail creation
2) Ability to apply smoothing o...
Hey!
I have a really easy question on clearing text fields inside a form.
I want text to appear in a textbox...eg type search here and when the user clicks to type a search in the text w...
I have a mysql database that I am storing data and images. I want to allow a user to search for an item and then have that search retrive the text, image and show it to the brower. I have no p...
Ok, I'm displaying a number from a database table (ms sql 2005). The fields is datatype money. However, it's displaying 4 numeric values after a decimal. How can I remove the decimal and al...
The specified module could not be found
After installed/ reinstalled ColdFusion MX 6.0 over and over on my WinXP Pro, it keep showing me the above error, i don't know how to solve it, just ...
Having problems trying to output a timestamp column from SQL server
error: -
ByteArray objects cannot be converted to strings
The code
lastupdated: #LSDateFormat(Get_Candidate_Det...
I have two coldfusion forms the first has a select box that is populated for a data base. I also has text areas that are populated when an item in the selectbox is selected. Last on the first ...
I have an application that has been working for the past 5 months now with no problem. All of the sudden, after I log out and attempt to log back in, I get the following error:
Element CFI...