Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

I want to refresh my web page for every 5 min.
How can I do it.
Please any one suggest.

Regards,
AP
Posted

You can do this using different ways. One of them is using meta tag.
HTML
<meta http-equiv="Refresh" content="30">


see here[^]
 
Share this answer
 
Comments
codeBegin 8-Jun-12 2:14am    
5! To the point
Arunprasath Natarajan 8-Jun-12 3:20am    
Nice and Thanks
 
Share this answer
 
Comments
codeBegin 8-Jun-12 2:14am    
good links 5!
If you are not using AJAX, you can set a META refresh[^] tag to reload the page every 5 minutes.

If you do use AJAX, you can set a setTimeout[^] to refetch the data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900