![]() |
![]() |
<SCRIPT LANGUAGE="JavaScript">
<!--
function display()
{
rtime=etime-ctime;
if (rtime>60)
m=parseInt(rtime/60);
else
m=0;
s=parseInt(rtime-m*60);
if(s<10)
s="0"+s
window.status="Kalan Süre:"+m+":"+s
window.setTimeout("checktime()",1000)
}
function settimes()
{
var time= new Date();
hours= time.getHours();
mins= time.getMinutes();
secs= time.getSeconds();
etime=hours*3600+mins*60+secs;
etime+=20;
checktime();
}
function checktime()
{
var time= new Date();
hours= time.getHours();
mins= time.getMinutes();
secs= time.getSeconds();
ctime=hours*3600+mins*60+secs
if(ctime>=etime)
expired();
else
display();
}
function expired()
{
location.href="http://www.xxx.com";
}
// -->
</SCRIPT>
<style>
<!--
a{text-decoration:none}
//-->
</style> </head>
<BODY BGCOLOR="#FFCC99" onLoad="settimes();" text="black" link="blue" vlink="purple" alink="red">
<p align="center"><font face="Trebuchet MS" size="2"><b> Anasayfa'ya Yönlendiriliyorsunuz..</b></font></p>
<p align="center"><img src="loading.gif" width="200" height="15" border="0"></p>
<p align="center"><a href="http://www.xxx.com"><span style="background-color:black;"><font size="1" face="Trebuchet MS" color="white">30
sn için'de Anasayfa Yönlenmezse Lütfen buraya Tıklayınız...</font></span></a></p>
troy' Alıntı:oops uzun olmuş metaylada olabilir
<meta http-equiv='Refresh' content='10; URL=http://www.sitem.com'>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var start=new Date();
start=Date.parse(start)/1000;
var counts=0;
function CountDown(){
var now=new Date();
now=Date.parse(now)/1000;
var x=parseInt(counts-(now-start),0);
if(document.form1){document.form1.clock.value = x;}
if(x>0){
timerID=setTimeout("CountDown()", 100)
}else{
location.href="http://www.adresin.com"
}
}
// End -->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--
window.setTimeout('CountDown()',100);
-->
</script>