View Single Post
  #4 (permalink)  
Old 07-10-2009, 07:00 AM
Bernd
Newsgroup Contributor
 
Posts: n/a
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
Reply With Quote

 
Old 07-10-2009, 07:00 AM