Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > refresh

Reply
 
 
Rev. EDgAr Hentai 1er
Guest
Posts: n/a

 
      06-28-2004, 11:31 PM
<script>
<!--

/*
Auto Refresh Page with Time script
By JavaScript Kit (javascriptkit.com)
Over 200+ free scripts here!
*/

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

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

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

--

- Rev. EDgAr Hentai 1er
dptlc.biz/blog/


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to refresh Ethernet interface? Charles Packer Linux Networking 2 03-19-2011 01:14 AM
Refresh network list dekac99 Wireless Networks 2 04-03-2008 10:08 AM
Extend IP refresh tim PatWeb Network Routers 0 10-31-2007 11:07 PM
DNS Upstream refresh billis Linux Networking 1 02-20-2007 10:18 AM
Directory refresh Paul Rubiola Windows Networking 0 08-11-2005 01:34 AM



1 2 3 4 5 6 7 8 9 10 11