Facebook Twitter Reset

This Tutorial Has Been Viewed 3,274 Times.

Auto refresh page with timer using javascript

Actually this javascript program familiar to many Bloggers, have long since javascript is made.The first few minutes so that each of our pages will automatically refresh itself in order to display the new-created post by the blog owner to be loyal blog visitors can view new postings

<script>

//enter refresh time in “minutes:seconds” Minutes should range from 0 to inifinity. / / enter refresh time in “minutes: seconds” Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 Seconds should range from 0 to 59
var limit=”0:30″ var limit = “0:30″

if (document.images){ if (document.images) (
var parselimit=limit.split(“:”) var parselimit = limit.split (“:”)
parselimit=parselimit[0]*60+parselimit[1]*1 parselimit = parselimit [0] * 60 + parselimit [1] * 1
} )
function beginrefresh(){ beginrefresh function () (
if (!document.images) if (! document.images)
return return
if (parselimit==1) if (parselimit == 1)
window.location.reload() window.location.reload ()
else{ else (
parselimit-=1 parselimit-= 1
curmin=Math.floor(parselimit/60) curmin = Math.floor (parselimit/60)
cursec=parselimit%60 parselimit% cursec = 60
if (curmin!=0) if (curmin! = 0)
curtime=curmin+” minutes and “+cursec+” seconds left until page refresh!” curtime = curmin + “minutes and” + cursec + “seconds left until page refresh!”
else else
curtime=cursec+” seconds left until page refresh!” curtime = cursec + “seconds left until page refresh!”
window.status=curtime window.status = curtime
setTimeout(“beginrefresh()”,1000) setTimeout ( “beginrefresh ()”, 1000)
} )
} )

window.onload=beginrefresh window.onload = beginrefresh
//–> //–>
</script>

VN:F [1.9.13_1145]
Rating: 4.3/10 (4 votes cast)
VN:F [1.9.13_1145]
Rating: +1 (from 3 votes)
Auto refresh page with timer using javascript, 4.3 out of 10 based on 4 ratings

Incoming search terms:




You will also be interested in ,

No comments yet.

Leave a Comment

Spam protection by WP Captcha-Free

Affordable Seo PackagesSeo BlogEdu Backlinks
More in JavaScripts (34 of 80 articles)