Hello, I have a div on my page that looks like that:
<div id="rightBg">
<? include("stat.php"); ?>
</div>
I want to refresh this DIV.
This does not work:
<!-- <javascript> -->
function refreshDiv(myDiv) {
//alert('I see this');
curDiv = document.getElementById(divID);
curDiv.refresh();
}
<!-- </javascript> -->
Any help would be much appreciated.
Thanks
McKaulick
<div id="rightBg">
<? include("stat.php"); ?>
</div>
I want to refresh this DIV.
This does not work:
<!-- <javascript> -->
function refreshDiv(myDiv) {
//alert('I see this');
curDiv = document.getElementById(divID);
curDiv.refresh();
}
<!-- </javascript> -->
Any help would be much appreciated.
Thanks
McKaulick