| Re: Desktop Web Page Refresh
-------- 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 |