Thread: New Web Site
View Single Post
  #23  
Old 09-20-2005, 08:14 PM
Avian's Avatar
Avian(Admin) Avian is offline
Owner Emeritus
 
Join Date: May 2001
Location: Yellow Springs, OH, USA
Posts: 819
Send a message via ICQ to Avian Send a message via AIM to Avian Send a message via Yahoo to Avian
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"
Reply With Quote