Javascript:
setInterval(function(){ $.getJSON("/Command",function(data){ if(data.Refresh==1){ $('body').load('THE URL OF PAGE') ;// or location.reload(); } }); },1000);
/Command Controlled by python to tell the browser what to do.
Siamand
source share