use the function setInterval() like below.
setInterval(function () {
YourJavaScriptFunction();
}, 300000);
Hope this will help you
ROHIT KUMAR SRIVASTAVA
setInterval(function () {
YourJavaScriptFunction();
}, 300000);
Hope this will help you
ROHIT KUMAR SRIVASTAVA
No comments:
Post a Comment