| Re: Desktop Web Page Refresh "Bernd" <fake@gmx.de> wrote in message
news:OQBKfVWAKHA.4376@TK2MSFTNGP04.phx.gbl
> -------- Original-Nachricht --------
>
>> Thanks Sing...
>>
>> As a novice, I don't know the code for doing this. Any chance you
>> can provide code or point me in the right direction...thanks in
>> advance....j
> Simple HTML:
>
> <head>
> <meta http-equiv="refresh" content="5">
> </head>
>
> content = seconds between refreshes
>
> Bernd
I was about to suggest that. In fact, the interval could be as short a
1 (second) as long as it's not a busy non-static page which it pretty
surely is considering the question.
OP: That's only one of many meta-tags available to you if you care to do
a little research at wc3 schools.com an excellent learning/reference
site. Or is it w3c? lol, if one doesn't work, try the other!
Twayne |