Thread: New Web Site
View Single Post
  #14  
Old 09-20-2005, 02:39 PM
VAXman's Avatar
VAXman(Admin) VAXman is offline
progger propellerhead
 
Join Date: Dec 2003
Location: Presently reside in Jackson (southern) NJ (20 miles east of NEARfest 2002 & 2003
Posts: 2,362
Send a message via AIM to VAXman Send a message via Skype™ to VAXman
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.         
Reply With Quote