Some scripts like this one will allow you to automatically refresh or reload your page. This script could be useful if you own a site where content updates frequently (such as blog comments). However, you use this script, it's easy to install. And, you can change the variables to suit your own needs.
<script
><!--//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59var limit
="0:30"if (document
.images
){var parselimit
=limit
.split(":")parselimit
=parselimit
[0]*60+parselimit
[1]*1}function beginrefresh
(){if (!document
.images
)returnif (parselimit
==1)window
.location
.reload
()else{parselimit
-=1curmin
=Math
.floor(parselimit
/60)cursec
=parselimit
%60if (curmin
!=0)curtime
=curmin
+" minutes and "+cursec
+" seconds left until page refresh!"elsecurtime
=cursec
+" seconds left until page refresh!"window
.status
=curtime
setTimeout
("beginrefresh()",1000)}}window
.onload
=beginrefresh
//--></script>
SyedBahadurShah
- Syed Bahadur Shah Nice For Sharing [B]Marlin[/B] - [B]Syed Bahadur Shah[/B]
Are you sure you want to delete this post?