function WidgetRefresh() {
$(“#YOURDIVID”).load(location.href+” #YOURDIVID>*”,””);
}
setInterval(function() {
WidgetRefresh();
}, 3000);
” width=”800″ height=”600″ frameborder=”0″ scrolling=”no”>
function WidgetRefresh() {
$(“#YOURDIVID”).load(location.href+” #YOURDIVID>*”,””);
}
setInterval(function() {
WidgetRefresh();
}, 3000);
” width=”800″ height=”600″ frameborder=”0″ scrolling=”no”>