Quote:
Originally posted by VAXman
Refresh in this manner? Which? It's certainly not server-side push. The WPN window refreshes with a http refresh which is handled by a bit of JavaScript code:
<SCRIPT LANGUAGE="JavaScript">
<!---
var refreshID = "";
refreshID = setTimeout("DoRefresh()", 90000);
function DoRefresh()
{
var buster = Math.random();
document.location.href = 'playinghtml.php?buster='+buster;
}
//--
</SCRIPT>
|
Right - by "in this manner" I was referring to your reference to "refreshing periodically"