Hi
I'm tracking user visits to a page by including a 1 pixel gif image in the page and pointing it to a .cfm tracking page like:
<img src="tracking.cfm?user=#user#">
In the tracking page, a query updates a counter and returns a 1 pixel gif using CFContent like this:
<CFCONTENT Type="gif" File="
I've had 25,000 visits over the last 24 hours which were tracked successfully but all of a sudden, the user is prompted to download and save the gif when they arrive at my page.
Has anyone come accross this problem? Is it a problem with cfcontent? If so then is there an alternative?
thanks in advance
Neil
I'm tracking user visits to a page by including a 1 pixel gif image in the page and pointing it to a .cfm tracking page like:
<img src="tracking.cfm?user=#user#">
In the tracking page, a query updates a counter and returns a 1 pixel gif using CFContent like this:
<CFCONTENT Type="gif" File="
I've had 25,000 visits over the last 24 hours which were tracked successfully but all of a sudden, the user is prompted to download and save the gif when they arrive at my page.
Has anyone come accross this problem? Is it a problem with cfcontent? If so then is there an alternative?
thanks in advance
Neil