Try this:


<script>
function reload() {
   ColdFusion.navigate('ad.cfm','ad');
}

function setup() {
   setInterval(reload,2000);
}
</script>




<cfdiv id="ad" bind="url:ad.cfm" />


<cfset ajaxOnLoad('setup')>


Now on the post page you can setup your image stuff. Grab the first image, set 
the id in session and the grab the next every time the div refreshes. Try it! 






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318431
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to