Quantcast
Viewing latest article 20
Browse Latest Browse All 47

Re: How to execute javascript code directly in your browser

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 latest article 20
Browse Latest Browse All 47

Trending Articles