Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can we refresh whole website using ajax to reflect the data
Posted
Comments
dan!sh 9-Aug-11 5:07am    
Yes.
sujit0761 9-Aug-11 5:42am    
Can you expalin, exactly what are you looking for?

1 solution

That wouldn't be actual Ajax because that is used so the complete site doesn't need to be refreshed and retrieve only specific data from the server. You could simply use a meta refresh, something like this (refresh every 10 seconds):

<meta http-equiv="refresh" content="10"> </meta>


Check out this link for more info:
http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479551/Reloading-The-Page.htm[^]

Good luck!
 
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