Quantcast
Channel: JavascriptKata - Latest Comments
Viewing all articles
Browse latest Browse all 47

Re: How to execute javascript code directly in your browser

$
0
0

but when my javascript is for refreshing the page? how can I run that script repeatedly?.... (Because while refreshing the javascript is "gone")

setTimeout(function(){

window.location.reload(1);

}, 1000);

/* Reloading page with 1 second of delay */


Viewing all articles
Browse latest Browse all 47

Trending Articles