RE: HTML Email Tracking

2000-10-05 Thread dougn
Your call should work. In thefile.cfm you probably want to include a CFLOCATION to an actual image though, so the browser won't show a broken graphic. !-- thefile.cfm -- cfquery cflocation url="someimage.gif" --Doug -Original Message- From: Sean Daniels [mailto:[EMAIL

RE: HTML Email Tracking

2000-10-05 Thread Gavin Myers
i don't think you can do anything in an html e-mail campaign other then html. Even javascript wont work 98% of the time. What about setting the images you are going to use aside from the rest of your web directory like put them in www.mydomain.com/htmlemailcampaign/imagepool/ link them to the

Re: HTML Email Tracking

2000-10-05 Thread JustinMacCarthy
link to it like : img src=getimage.cfm in getimage.cfm - code to update counter cfcontent file="image.gif" cfcontent type="image/gif" Main thing to use is cfcontent HTH Justin - Original Message -

RE: HTML Email Tracking

2000-10-05 Thread Chris Terrebonne
pe="image/gif" file="c:\images\Blank.gif" Chris -- Original Message From: "Gavin Myers"[EMAIL PROTECTED] Subject: RE: HTML Email Tracking Date: Thu, 5 Oct 2000 12:02:07 -0500 i don't think you can do anything in an html e-ma

RE: HTML Email Tracking

2000-10-05 Thread Mark Johnson
of this as another reason for people to try to filter out CF mail. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 5:43 PM To: CF-Talk Subject: RE: HTML Email Tracking Your call should work. In thefile.cfm you probably want

Re: HTML Email Tracking

2000-10-05 Thread tom muck
img src="http:myserver/#emailID#.gif" With this method, you can tell WHO opened the mail and at what time. tom - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, October 05, 2000 12:43 PM Subject: RE: HTML Email Tracking Y

RE: HTML Email Tracking

2000-10-05 Thread dougn
your network and the CFLOCATION approach helps you get that load off your CF server quickly. --Doug -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 9:58 AM To: CF-Talk Subject: Re: HTML Email Tracking link to it like : img src

RE: HTML Email Tracking

2000-10-05 Thread dougn
you need it. --Doug -Original Message- From: tom muck [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 10:53 AM To: CF-Talk Subject: Re: HTML Email Tracking What I've done is to create a separate transparent image for every person in the database. I did this with a si