Which extension woild be better to refresh a page after doing the cronejob to see the changes in client system

Author Message

Romeo Antony

Sunday 04 July 2010 9:58:02 pm

In ez , I have applied the crone job.And crone job is working good.But I need to refresh the webpage( click F5) eachtime in clientside to see the changes that made by cronejob.So to refresh the page technology like ajax or javascript be better.Which extension should I use.Any suggestions or links will be helpful.

The view of the page , were looking at on local machine will remain as the page was when you requested the page - in other words we have a snapshot of the page when last had a refresh (or arrived at the page,snapshot ).
So to see the changes yourself in your browser (that have already happened on the server and are live) you have to take another snapshot (by refreshing).
There are clever things that can be done with ajax in pages etc which refresh bits of a page as you go along, or can specify that the page should be refreshed on a regular basis using meta tags but the fact remains - without a refresh we will only ever have the snapshot of the site as it was when you arrived.

Any ez extension do the above .Any suggestion will be helfull

Thanks in advance

Yannick Komotir

Tuesday 06 July 2010 2:27:48 am

Hi,

if all you looking for is just refreshing page after x time i don't think it's exist extension for this. You can do that with a piece of javascript like

<script>
setTimeOut("window.location.reload()", 300000);
</script>

<|- Software Engineer @ eZ Publish developpers -|>
@ http://twitter.com/yannixk

Romeo Antony

Thursday 08 July 2010 1:22:05 am

Thank you Yannick...........................Romeo

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.