Auto refresh web page
Use AJAX with timer.Using this we can refresh the particular part in the page.
Place it under head tag
<meta http-equiv="refresh" content="5">
This will refresh page every after 5 seconds.
For other option refer link text