How to refresh web-page by using javascript code?

By using this code you can refresh any web page after a particular time period.

<script language="javascript" type="text/javascript">
setTimeout("StratRefresh()",3000);
function StratRefresh()
{
window.location.reload ();
}
</script>

Tagged . Bookmark the permalink.

One Response to How to refresh web-page by using javascript code?

  1. Maliyakal Sebastian says:

    You created some decent points there. I looked online for the issue and identified most individuals will go together with together with your web page.

Leave a Reply