I want to rotate custom ads (not from adsense) on our Blogger blog and need to 
manage that. Each ad needs to be viewed an equal amount of impressions while 
they are active.

I can place the <img src="http://mywebsite.com/ads/queue.jpg";> code in our html 
code for the ad in our blog. Then, when then ad is requested, its stats would 
be updated in a sql ads table. The system would then get the next ad ready to 
be shown by copying it over the queue.jpg image. 

How can I trigger a Coldfusion program to work each time the queue.jpg is 
requested? If I need to view the file last used datetime stamp, then how do I 
use a low overhead way to watch that changed stamp? 

Thanks in advance. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337279
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to