Auto Reload a Page

rhm54

Member
Joined
Apr 9, 2007
Messages
22
Programming Experience
Beginner
I have a Web App which serves as an On Call website and many people can make changes to it. As such I would like to set an auto refresh to my page so that when I make a change to the site I can guarantee that within 5 minutes everyone that has the page pulled up will reflect the change I just made.
 
Thank you very much I used the following code:

<meta http-equiv="refresh" content="300">

and it works like a charm!
 
Back
Top