| Thread | Last Post | Replies |
|
| How to track HTML e-mail opens | 04 Feb 2005 01:04 GMT | 4 |
I'm trying to create a system to track when HTML e-mails are opened. I've read where I can include a .cfm template as an IMG SRC embedded in the e-mail to handle the dirty work, but how do I make that template return an image into the e-mail? Right now it just displays a red X. ...
|
| What's wrong with this??? | 04 Feb 2005 00:29 GMT | 1 |
For one reason or another, I keep getting a error message with the following code: <body> <cfpop action="getheaderonly"
|
| More CFCONTENT/PDF problems | 03 Feb 2005 22:35 GMT | 5 |
I migrated to MX this weekend - IIS 6.0, Windows 2003 Server, CFMX 6.1... I have a page that loads a pdf file using CFCONTENT. This has been working for several years starting in 4.5 and through 5. The problem is with people using IE - Netscape/Mozilla users are fine. The code ...
|
| Multiple Form Post | 03 Feb 2005 21:44 GMT | 1 |
Is it possible to post form data to one form and then have that automatically post to another form? I have a form that a user fills out. When they post the form, the action page processes the data and needs to forward the data to another form or back to the previous form. Is ...
|
| XMLparse unescaping my special characters? | 03 Feb 2005 19:39 GMT | 1 |
I have an text string grabbed from cfhttp and I escape the special characters using xmlformat(). However, when I create the xml object in cf using either xmlparse() or cfxml, my special character turns back into a mystery box. Does anyone have ideas on why this is happening?
|
| two few parameters being passed for some reason | 03 Feb 2005 19:35 GMT | 9 |
Hey all, kenji the incompitent web programmer is back for more help. I am trying to make a users gallery where they can have up to six pictures and they choose what ones they want to overwrite and upload a new one. So I got a form that gets the pic they want, the width, height, ...
|
| ColdFusion Express | 03 Feb 2005 18:42 GMT | 1 |
What are the qualifications and limitations for installing ColdFusion Express on a Linux box? I am currently running Ubuntu, but am open to reinstalling if necessary. -What build of Linux do I need?
|
| Query/Display Problem | 03 Feb 2005 18:37 GMT | 4 |
Okay, here goes, can this be done? I have two tables and need to look up a value in one of two columns of one and check it against the other, or something like that. Table 1 contains ID and Name - this identifies the names of items Table 2 contains Link1 and Link2 - this ...
|
| Is this a BUG?!? - Query Object? | 03 Feb 2005 16:46 GMT | 3 |
I have a query object that I can cfdump, I can get .recordCount, but when I try to cfoutput query it returns the following error. Have any ideas???!!!!!???!!!!!! Complex object types cannot be converted to simple values. The expression has requested a variable or an ...
|
| Element XML is undefined in TEMPLATE | 03 Feb 2005 16:21 GMT | 6 |
Im trying to read an XML file and parse its contents. At first I got the error 'Document Root Node Coud Not Be Found', i placed the xml file in the same folder as the cf file and thos error was gone, only for 'Element XML is undefined in TEMPALTE' to arrive. TEMPLATE is the name ...
|
| Problem with dates | 03 Feb 2005 16:20 GMT | 2 |
I am trying to do a date comparison of a previous month/day with the current date. What I am looking to do is test a previous date in history (example MLK's birthday) and the current date. If the month and day match (year of original date should not be considered) then output ...
|
| Creating Stored Procedure from CFM | 03 Feb 2005 16:06 GMT | 6 |
I have a number of pretty big and complex stored procedures that's part of one of our web based applications. This one in particular has to do with our news release system. The stored procedure works just fine; that's not the problem. My problem is that I'm building a deployment ...
|
| Split email / text field | 03 Feb 2005 15:56 GMT | 4 |
I am trying to use CFPOP to get the email address of users who write to a particular email box. Code sample is below:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
| Query of Query Data Type Problem | 03 Feb 2005 14:41 GMT | 6 |
Hi, I having some trouble with querying a query. I have a query that it built dynamically from some XML data and one of the columns (objectId) contains a long negative number.
|
| Parsing Form.FormFields | 03 Feb 2005 13:51 GMT | 5 |
I would like to parse form.formfields to get the name of the fields (which are the same as my database columns) and the value that those fields hold (which is what I want to insert into the database columns). I am assuming you would use a loop to insert all of this information ...
|