Can my portal and my index automaticly refresh themselves after 3 minutes?How can this be done?
Thanx
Refresh Portal
Subject: Re: Refresh Portal
hmmm...what's a meta tag?How can i do it?
I think theres an easier way to edit index.php but i can't find it...
I think theres an easier way to edit index.php but i can't find it...
Subject: Re: Refresh Portal
This is something you can try
- <script>
- <!--
- //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>
This is something you can try
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.6403s (PHP: 3% SQL: 97%)
SQL queries: 10 - Debug Off - GZIP Enabled