my blog is abt wht i have learnt technically, mostly in Ruby on Rails, Javascript, node.js
hope this share a little bit of info & adds a bit stuff.,
Thanks.
Thursday, January 6, 2011
Refresh Page with Javascript
Hi I have used the following JS for page refresh automatically.
function timedRefresh(timeoutPeriod) { setTimeout("location.reload(true);",timeoutPeriod); }
No comments:
Post a Comment