Quote:
Originally posted by Avian
The WPN window should refresh in this manner already. The front page NP window doesn't for other technical reasons, although I hope to solve that in the next version of the site.
|
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>
__________________
VAXman -- Watcher of the moon, watcher of all.
----------------Mopper of the moon, mopper of all.
-------------------- Aural Moon's Janitorial Services
---------------------and Restroom Supplies, and Techno-patsy --

Cogito ergo iMac.