I have some ad code in a smarty .tpl file that I want to refresh every 10 seconds so it will load a new ad. My ads are getting plenty of views but I want people to multilple ads in one page view instead of when the whole page is refreshed.
<div id="ads_refresh">
{if $ads->ad_top != ""}
</div>
All the code I have browsed on the web want to load an external file into a div instead of just refreshing the div with the content already in it. This is an urgent matter and would like some help ASAP. As always I appreciate the knowledge I receive. Thanks.