| Thread | Last Post | Replies |
|
| Press submit rapidly; even cflock isn't preventing error | 31 Jan 2005 23:09 GMT | 1 |
Background information: Running Coldfusion MX. We have a web page that allows users to set some input values for getting a loan. When they press Submit, a cfinclude is executed whose purpose is to calculate the loan values. This cfinclude has a CFLOCK with scope='session' and ...
|
| Changing the value | 31 Jan 2005 23:00 GMT | 6 |
Hi all, I have created a drop down box that contains usersnames. Is there a easy way to populate a hidden email address field based on the username selected by the user. Thanks in advance
|
| Preserve white space in CF Form.variable? | 31 Jan 2005 16:27 GMT | 1 |
:confused; This is an old chestnut that I know has come up before? but I can?t find anything about it searching Macromedia or the net in general? I?m trying to insert data from a form that includes leading and trailing white
|
| File server 3000 miles away from host | 31 Jan 2005 16:14 GMT | 1 |
My friend has a site and wants to use his machine at home as a place to store his movies and applications. When you click on a link at his website how could I make this marrige between shared server and home(static IP) server . Like using <CFCONTENT> to point to and download ...
|
| CFHTTP Return Problems | 31 Jan 2005 16:03 GMT | 3 |
I have a strange problem with using the CFHTTP tag. I have been reading what others have said about this tag. I am using the tag to spider our database of thousands of URL's and determine if the URL's are valid. There are many duplicate URLs in the database, but no more than a ...
|
| CFFTP and action=remove | 31 Jan 2005 14:10 GMT | 2 |
I am running Cold Fusion mx 6.1 and have had no success removing a file from a FTP server I connect to. I first ran the following code to verify that the file is in the directory <CFFTP ACTION="LISTDIR"
|
| HOW CAN I BUILD A WEB SMS | 31 Jan 2005 13:53 GMT | 1 |
please i want to add an web to fone sms page i already have a gateway please what codes re required. Thank you.
|
| CFM and mapping software. | 30 Jan 2005 21:24 GMT | 1 |
Hi we need to integrate a Coldfusion application with Info Map software, has anyone does this before? is it possible. We need to pass a zip/post code to the software and then display result, and allow interrogation of the software. This application will run on an internal ...
|
| CFfile upload zero value errors | 29 Jan 2005 19:03 GMT | 4 |
I have a user profiles pic thing on my site and when you go to edit your account you have to either find a new pic for your profile or use the same one again. Since you can't prepopulate file upload boxes I just have the name of the pic above the box and tell them to copy that ...
|
| How to tell a new message from CFPOP | 29 Jan 2005 17:27 GMT | 1 |
Is there a way to tell the status of the messages been retrieved using cfpop? Such as, read, new, high...etc. Thanks in advance
|
| chopping off a chunk off upload value | 28 Jan 2005 23:03 GMT | 20 |
Hey all, its good ol' kenji back for more. Alright here is the deal, i am enabling profile pics on my site, and they can upload their own pic, where they also specify the width and height. The problem is that the upload name looks like:
|
| Dynamic combo box/required field | 28 Jan 2005 19:11 GMT | 4 |
I am using coldfusion to dynamically create a javascript function. When a user selects a value in one of my combo boxes, I call the function which changes the values in another combo box. The problem is, the second combo is a field that is required. (I created a hidden field ...
|
| Dynamically loaded combo box. | 28 Jan 2005 18:46 GMT | 2 |
Hey all, I have a form with a dynamically loaded listbox: <form name="addOrder" action="add_order$.cfm" method="post"> <select name="Company" onChange="document.forms[0].submit()">
|
| cfhttp unable to connect | 28 Jan 2005 18:34 GMT | 2 |
I'm doing a very basic get function using cfhttp. I'm using IIS with MX 6.1. The problem is that cfhttp never connects to the target. I can use the url on its own and I get a response just fine. I've searched countless documents, and many mention a problem with cfhttp, possibly ...
|
| Creating a web proxy service | 28 Jan 2005 18:11 GMT | 7 |
Hello all. I am thinking of beginning a new project. For those of you who are familiar with www.proxify.com I want to recreate that service on a limited basis. I want to do what they do, which is be able to mask what sites they are pulling up. Basically I want a person to be able ...
|