[Zope] autorefresh a web page every x minutes
    Cliff Ford 
    Cliff.Ford at ed.ac.uk
       
    Fri Aug  4 10:46:24 EDT 2006
    
    
  
This is "Client-Pull" web question, not Zope related. Here is an example 
of what needs to be in the <head> of the page:
<meta  HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.foo.com/foo.html">
where 5 is seconds, so 300 would be 5 minutes, and the URL is the next 
url, leave out URL=http://www.foo.com/foo.html to refresh the same page.
Cliff
Alan wrote:
> Dears,
> 
> Is there a way of doing a particular page template (ZPT) keeping
> reloading/refreshing itself every x minute?
> 
> I hope so. Any help would be very appreciate. Many thinks in advance.
> 
> Cheers,
> Alan
> 
    
    
More information about the Zope
mailing list