[Zope] Auto Refresh
Pablo Ziliani
pablo@decode.com.ar
Wed, 18 Jun 2003 01:08:42 -0300
Hi Mike,
you can do this instead:
<META http-equiv="refresh" content="600;URL=#bottom">
No need to use zope at all here ;)
Pablo
PS: I receive mails from this mailing list in mode "digest", please
excuse me if this tip gets to you just too late...
> Hi,
>
> I am try to have a main page to auto refresh every ten
> minutes. The problem
> that i am having is to put the client page back to its
> current position
> within that page. For example, index_html#middle or
> index_html#bottom.
> the meta tag:
> <META HTTP-EQUIV="Refresh" CONTENT="600">
> will reload and display the current page from the top. It
> loses the current
> position like #middle or #bottom part of the current URL.
>
> Does anyone know a way for me to do this in Zope using the
> REQUEST variable
> or some similar methods?
>
> thanks,
>
> Mike