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>
Incoming search terms:
- javascript auto refresh page with timer (82)
- javascript auto refresh timer (31)
- Auto refresh page with timer (15)
- javascript auto refresh with timer (15)
- auto refresh timer in javascript (13)
- javascript refresh page timer (13)
- javascript automatic refresh timer (12)
- how to auto refresh a page using javascript (7)
- javascript auto timer (7)
- javascript page refresh timer (7)
- jquery auto refresh page (6)
- auto refresh javascript with timer (6)
- javascript timer auto refresh page (5)
- javascript autorefresh (5)
- jquery refresh timer (4)
- auto refresh page timer (4)
- refresh page javascript timer (4)
- javascript auto refresh page timer (4)
- automatic timer using javascript (4)
- timer using jsp (4)
- javascript reload page timer (4)
- javascript refresh page on timer (3)
- jquery auto refresh table (3)
- auto refresh javascript (3)
- java auto refresh page with timer (3)
- fungsi reload current page (3)
- javascript refresh timer (3)
- javascript timer refresh (3)
- refresh page with timer javascript (3)
- jquery auto refresh image (3)
- swap listbox alert php (3)
- automatic timer in javascript (3)
- javascript timer auto refresh (2)
- using timer in jsp (2)
- autopage jquery (2)
- timer auto refresh page (2)
- reload children page settimeout (2)
- automatic refresh page countdown javascript tutorials (2)
- automatic javascript timer (2)
- auto timer javascript (2)
You will also be interested in ,
- Check whether the browser is Internet Explorer or not using javascript
- Text auto slide information box using javascript.
- Disable submit button on form submit
- Fade in Fade out effect using simple jquery
- LED Display or Scrolling text using javascript
- Calendar Script Using Javascript [Updated]
- Block key press using javascript
- Get browser window size using javascript
- Load webpage dynamically from query string using simple javascript and iframe
- Get IP address using javascript And SSI

