Page 1 of 1

Auto refresh loaded images every X minutes

Posted: Wed Jul 25, 2007 2:39 pm
by Guest
Hello,

I have an image from the web loaded in full screen on a computer. I need a way to auto-refresh that image every 5 minutes or so. This can be done manually by hitting the F5 key, but I need to have that process done automatically. Can somone please point me in the right direction?

Chad

Re: Auto refresh loaded images every X minutes

Posted: Wed Jul 25, 2007 2:55 pm
by xnview
Anonymous wrote:Hello,

I have an image from the web loaded in full screen on a computer. I need a way to auto-refresh that image every 5 minutes or so. This can be done manually by hitting the F5 key, but I need to have that process done automatically. Can somone please point me in the right direction?
Sorry but currently there is no way to do that

Posted: Sun Aug 05, 2007 12:26 am
by Guest
Anonymous wrote:
Hello,

I have an image from the web loaded in full screen on a computer. I need a way to auto-refresh that image every 5 minutes or so. This can be done manually by hitting the F5 key, but I need to have that process done automatically. Can somone please point me in the right direction?

Sorry but currently there is no way to do that
lol!!!! all is passible...

Code: Select all

<html>

<head>
<script><function></script>
</head>

<body>

<img>

</body>

</html>
1 in google ...
http://www.irt.org/script/1657.htm

Posted: Sun Aug 05, 2007 6:44 am
by helmut
Ah, you're speaking of refreshing not necessarily in XnView and of an HTML webpage which you can manipulate yourself and put on the server.
The Refresh-Tag might be of use, here. The webbrowser will read this meta tag and reload the page in the specified periods. But this tag is deprecated, so other techniques including Javascript might be better.