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
Auto refresh loaded images every X minutes
Moderators: helmut, XnTriq, xnview
Re: Auto refresh loaded images every X minutes
Sorry but currently there is no way to do thatAnonymous 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?
Pierre.
lol!!!! all is passible...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
Code: Select all
<html>
<head>
<script><function></script>
</head>
<body>
<img>
</body>
</html>
http://www.irt.org/script/1657.htm
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.
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.