Auto refresh loaded images every X minutes

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
Guest

Auto refresh loaded images every X minutes

Post 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
User avatar
xnview
Author of XnView
Posts: 46257
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Auto refresh loaded images every X minutes

Post 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
Pierre.
Guest

Post 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
User avatar
helmut
Posts: 8704
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

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