Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatic page refresh at fixed intervals 1

Status
Not open for further replies.

SoupXVII

Technical User
Dec 15, 2000
36
IT
I have a page that is supposed to pull stuff out of a database at regular intervals (users choose the interval - 1, 2, 5, 10 mins) and refreshes the page automatically, displaying the new info if there is any. The only piece of the puzzle that's missing is how to use page refresh and where can I specify how often it refreshes?
 
<META HTTP-EQUIV=&quot;Refresh&quot;
Content = &quot;30;
URL=http://wdvl.com/Authoring/HTML/Head/meta.html&quot;>

where 30 = refresh each 30 sec
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top