[rt-users] AutoRefresh any page

Ruslan Zakirov ruz at bestpractical.com
Wed Jan 18 03:24:57 EST 2012


Hi,

With a callback you can put the following javascript on every page
that will reload it after a minute:

jQuery( function () { setTimeout("window.location.reload()", 60*1000) } );

On Wed, Jan 18, 2012 at 03:32, Yan Seiner <yan at seiner.com> wrote:
> Is there some way to get RT to reload every page on a regular basis?
>
> I have a kiosk/wall display and I need it to show current info.  The kiosk
> can show search results or an info page.
>
> Is there something I can add to the URL?
>
> I found some old documentation that ?HomeRefreshInterval=120 might work
> for the home page; I am hoping there's a simple way to get my "display"
> user to refresh everything every, say, 30 seconds.
>
> --Yan
>
>
> --
> On two occasions I have been asked,—"Pray, Mr. Babbage, if you put into
> the machine wrong figures, will the right answers come out?" ... I am not
> able rightly to apprehend the kind of confusion of ideas that could
> provoke such a question.
> —Charles Babbage, Inventor of the computer, 1864
>
> --------
> RT Training Sessions (http://bestpractical.com/services/training.html)
> * Boston  March 5 & 6, 2012



-- 
Best regards, Ruslan.



More information about the rt-users mailing list