pieto
01-07-2009, 01:49 PM
1) Script Title: Ajax Tabs Content Script (v 2.2)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem:
I try period refresh tab per some time..
Wrote this code:
<script type="text/javascript">
setInterval(function(){countries.expandit(0)},<?php echo $reload_time; ?>);
</script>
Woriking fine when I don;t switch to next tab the autoamticly reload first tab,
I need check what in this time have tak index init I can't find solution.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem:
I try period refresh tab per some time..
Wrote this code:
<script type="text/javascript">
setInterval(function(){countries.expandit(0)},<?php echo $reload_time; ?>);
</script>
Woriking fine when I don;t switch to next tab the autoamticly reload first tab,
I need check what in this time have tak index init I can't find solution.