You don't have to use ajax for this purpose, there is another way of doing it which is simpler and without ajax.
Then just call the javascript function on page load.Code:<script> function reload_div(page,div) { window.open(page,div); setInterval('reload_div("'+page+'","'+div+'")',20000); } </script>





Reply With Quote

Thanks, repped if i can mate.
