• ARCHIVES 
  • » Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

Pages: 1

Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

Hoshigaki
» FTalkAgent
FTalk Level: zero
2328
0
1969-12-31

Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] 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 //-->[/spoiler] Remember to edit the [b]bold part [/b] =) Preview -[url]http://www.stormpages.com/boyfomhell/refresh.html[/url]
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

nice trick.. i'll try this on one of my layouts.. =)
Archerie
» FTalker
FTalk Level: zero
170
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

wow a tikkk ttrick haha haha
EleeGirl
» FTalkWhiz
FTalk Level: zero
3233
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

nice trick!! Keep sharring more tricks
†breadz23†
» FTalkAddict
FTalk Level: zero
360
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

nice trick.. i'll try dis later.. :)
Afzulnizam
» SuperFTalker
FTalk Level: zero
8122
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

Nice trick.. thanks for sharing bro
m0g0l
» FTalker
FTalk Level: zero
129
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

question==> whats the advantage of auto refresh page?... anyway, thanks for sharing!:thumbsup:
breaker2
» n00b
FTalk Level: zero
50
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

nice one tnx dude
art_phil2005@hotmail.com
» n00b
FTalk Level: zero
39
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

hi sir!!im a newbee hehe and i wanna know whats the good thing about using this script in my proffy?hehe just kinda confused about the purpose of this?coz i actually wanted to try this!!:paranoid:
cute_mark99
» n00b
FTalk Level: zero
58
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

good job:thumbsup:
chaoscris
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

this is juz lky similar to countdown timer....
banoCore
» n00b
FTalk Level: zero
95
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

nc one bro thx for sharing . .:D
Inukira
» FTalker
FTalk Level: zero
139
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

hehehehe thanks to this

Last edited by Inukira (2008-09-01 03:32:42)

aridee
» n00b
FTalk Level: zero
31
0
1969-12-31

Re: Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

bro.., i am currently searching for ths code... im so glad tht i found it here in our forum..^^ thx alot.. ths s wht i needed..^^ :thumbsup: but wait... is it posible to refresh ur page once??? plss tell me how thx in advance^^

Last edited by aridee (2008-10-17 06:29:01)

  • ARCHIVES 
  • » Paste on your JS codes [spoiler][b]//enter refresh time in "minutes:seconds" Minutes should range from 0 to inifinity. Seconds should range from 0 to 59 var limit="0:03"[/b] if (document.images){ v

Pages: 1

Board footer

© 2024 F Talk

Current time is 08:01

[ 10 queries - 0.026 second ]
Privacy Policy