javascript Auto Refresh page
function timedRefresh(timeoutPeriod) {
setTimeout("location.reload(true);",timeoutPeriod);
}
//example use on <body>:
//<body onload="JavaScript:timedRefresh(5000);">Automatically refreshes a page after a timeoutPeriod.
Updated: Friday 8th October 2010, 06:01pm
There are 0 comments
Comments are currently closed.