window.settimeout('location.reload()' 3000) code example Example: location reload after 2 seconds window.setTimeout(function(){location.reload()},3000)