<script> function refreshPage() { var Url = window.location; window.location.href= Url; } setInterval("refreshPage()",2000); </script>