[Pmwiki-users] Automatic reload of page every 30 seconds

Patrick R. Michaud pmichaud
Fri Jul 9 13:13:51 CDT 2004


On Fri, Jul 09, 2004 at 08:48:18PM +0200, Albi Rebmann wrote:
> Hello,
> 
> we have some random part on our webpage (www.life.de). Made with 
> QuotesPage. Works fine. So I like to have this page automaticly reloaded 
> every 30 seconds. Is it possible to do this with pmwiki?

Sure.  You can either do:

$HTMLHeaderFmt[] = "<meta http-equiv='Refresh' content='30; URL=\$PageUrl' />";

or you can add the <meta ...> tag directly into a page template.

Pm



More information about the pmwiki-users mailing list