<script type="text/javascript">
window.onload = setupRefresh;
function setupRefresh() {
setTimeout("refreshPage();", 1000);
}
function refreshPage() {
window.location = location.href;
}
The page is now reloading every second the only problem its blinking how to fix this
You could use a div and a .get with jquery to get your data from another page on your website.
You can use setTimeOut(function, time)