DSM

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • autorefresh a web page every x minutes

    5 answers - 225 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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
  • No.1 | | 613 bytes | |

    4. August 2006 15:32:26 +0100 Alan <alanwilter (AT) gmail (DOT) comwrote:

    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.
    --

    This is not a Zope question. Google for "meta refresh tag".
    -aj

    Zope maillist - Zope (AT) zope (DOT) org

    ** No cross posts or HTML encoding! **
    (Related lists -

    )

    PGP SIGNATURE
    Version: GnuPG v1.4.5 (Darwin)

    i32Sv/SwMP1VyAvtN6A=
    =38gj
    PGP SIGNATURE
  • No.2 | | 695 bytes | |

    This is "Client-Pull" web question, not Zope related. Here is an example
    of what needs to be in the <headof the page:

    <meta HTTP-EQUIV="Refresh" CNTENT="5; ">

    where 5 is seconds, so 300 would be 5 minutes, and the URL is the next
    url, leave out 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

    Zope maillist - Zope (AT) zope (DOT) org

    ** No cross posts or HTML encoding! **
    (Related lists -

    )
  • No.3 | | 577 bytes | |

    Thanks a lot!

    Cheers,
    Alan

    04/08/06, Joerg Baach <mail1 (AT) baach (DOT) dewrote:
    Hi Alan,

    Is there a way of doing a particular page template (ZPT) keeping
    reloading/refreshing itself every x minute?

    <head>
    <meta http-equiv="refresh" content="42; template_id">
    </head>

    replace 42 with the number of secs to refresh, template_id with the id
    of the ZPT.

    or do a

    <meta http-equiv="refresh"
    tal:attributes='content string:42;; URL=${template/id}'>
    --
    Cheers,
    Joerg
  • No.4 | | 803 bytes | |

    Andreas Jung wrote:

    4. August 2006 15:32:26 +0100 Alan <alanwilter (AT) gmail (DOT) comwrote:

    >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.
    >>
    >>


    This is not a Zope question. Google for "meta refresh tag".

    or google for real headers :-)

    ('refresh','60')

    for example.

    Regards
    Tino

    Zope maillist - Zope (AT) zope (DOT) org

    ** No cross posts or HTML encoding! **
    (Related lists -

    )
  • No.5 | | 803 bytes | |

    Andreas Jung wrote:

    4. August 2006 15:32:26 +0100 Alan <alanwilter (AT) gmail (DOT) comwrote:

    >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.
    >>
    >>


    This is not a Zope question. Google for "meta refresh tag".

    or google for real headers :-)

    ('refresh','60')

    for example.

    Regards
    Tino

    Zope maillist - Zope (AT) zope (DOT) org

    ** No cross posts or HTML encoding! **
    (Related lists -

    )

Re: autorefresh a web page every x minutes


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 2 =
QUESTION ON "DSM"

EMSDN.COM