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 */
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 */