| Thread | Last Post | Replies |
|
| Form fields not being passed in IE 6 | 29 Jul 2008 13:56 GMT | 4 |
I'm testing out the new form I developed and it's not passing the data to the submission page in IE 6. IE 7 and Firefox work fine, but in IE 6 the submission page isn't getting any form data. <cfform action="submit.cfm?func=new" method="post" name="perf_form"
|
| how to use REFind | 29 Jul 2008 07:53 GMT | 5 |
I am not really familiar yet with regular expressions. Can anyone help me how to check on a string pattern? I want to check a string if it has this pattern: {ts '2008-07-28 15:10:50'} Or is there another way instead of using REFind? Thanks.
|
| time difference | 29 Jul 2008 07:15 GMT | 6 |
It seems to me that datediff only calculates difference between two dates. How about time? Pls kindly advise.
|
| CFDOCUMENT and stylesheets | 29 Jul 2008 06:45 GMT | 1 |
We have a report that is generated in a table. On the web the style sheet makes the borders (walls) show up as a single thin black line. However, when this page is rendered as a PDF with the cfdocument tag the borders look like a double gray line and we can't get it to look ...
|
| uploading a file | 28 Jul 2008 20:48 GMT | 1 |
All, Here is my current code: [Q] <cfif FORM.attachment1 neq "">
|
| SQL injection embeded .js file to execute CF hack | 28 Jul 2008 20:02 GMT | 7 |
:shocked; I am a programmer sent to investigate suspicious activity at a client's web application. I cannot attach a file in case of infection potential. The Coldfusion code is open to SQL injection attack which is how we believe the
|
| ColdFusion contact form by email - please help | 28 Jul 2008 19:46 GMT | 1 |
I tried to create a contact form, using email to send, and I have some issues and questions: 1. I like to have a message "Your form has been sent", but it shows the blank after user submited the form.
|
| CFExpand Path | 28 Jul 2008 11:35 GMT | 3 |
I'm trying to use ExpandPath to set destination and source attributes in cffile. My issue is that ExpandPath("/") returns C:\sites\mysite\ on my remote server and C:\ColdFusion8\wwwroot\ on my local server. If I use ExpandPath("/mysite/"), I get C:\ColdFusion8\wwwroot\mysite\ ...
|
| CTTP problem CFMX | 28 Jul 2008 11:10 GMT | 1 |
I get "Connection Failure" when I try to use CFHTTP on a MX server. the same code works perfectly on version 7 . I see the same problem in the threads, but no solutions yet! the encoding tag is not working either.
|
| convert string to numeric | 26 Jul 2008 06:46 GMT | 2 |
I have the following values and would like to convert them to numeric only: eg. (86)1234-1234 => 8612341234 ; non numeric characters (1) 1234 1234 => 112341234 ; remove spaces
|
| Simple Dynamic Evaluation Question | 26 Jul 2008 05:35 GMT | 2 |
Can someone show me how to reproduce this with a CFLOOP? I can't seem to get past the dynamic variable naming. Thanks! <CFSET colorid1_1 = ListFirst(colorid1)> <CFSET colorid1_2 = ListGetAt(colorid1, '2')>
|
| DNS lookup? | 26 Jul 2008 03:47 GMT | 3 |
How can I take the value of cgi.REMOTE_ADDR and get the domain name? Right now I'm passing cgi.REMOTE_ADDR to a processing form and adding that info to a cfmail that is sent out. I'd like to add who the domain is as well.
|
| Help: CFFILE | 25 Jul 2008 23:56 GMT | 3 |
Hello, I am coding file upload and I am having a problem understanding how it works. I am using the attached code. And my final result was not successful because of the the following line of code: [b]"destination="../images"[/b], I had intended the file to be uploaded to the ...
|
| CFFILE Addressing | 25 Jul 2008 23:27 GMT | 1 |
In an earlier post, it was pointed out to me that for the destination attribute of a CFFILE, I must use absolute addressing or the temp file of coldfusion. Now, if I do this what happens when I load my code onto a remote server? I am thinking I would loose the location of my ...
|
| cfinput required=yes not working | 25 Jul 2008 16:54 GMT | 1 |
I am running an application with many forms with cfinput tags. Many of them require the user to input some sort of data.. some validated some not. The required attribute works on all but one of my forms. I do have the scripssrc="/scripts" attibute added adn the cfform.js in the ...
|