Maybe a client side javascript to refresh the page every 3 seconds or using <META HTTP-EQUIV="Refresh" CONTENT=3> and in the page load you read the data from the server. If you dont want the whole page to be refreshed just use an inline frame and point it to the page that needs to be refreshed every 3 seconds.




Reply With Quote