HTML Dynamic Webpage refreshing ?
Hi,
I am trying to create a webpage that displays events, and from time to time the webpage is updated. When it is updated I want it to automatically update all the clients viewing the webpage with a refresh, but only when it is updated.
I know I can add this into the header of the webpage "<META HTTP-EQUIV=Refresh CONTENT=30>", and the clients will update every 30 seconds, but this is not efficient in my opinion.
All suggestions are welcome.
|