Αυτόματη μεταφορές σελίδας σε μια άλλη


Αυτόματη μεταφορές σελίδας σε μια άλλη. Το τοποθετείτε σαν GADGET στο BLOG σας και αλλάζετε μόνο το LINK που θέλετε να παραπέμπει.

 <form name="redirect">

<center>

<font face="Arial"><b>Θα μεταφερθείτε στη νέα σελίδα σε<br/><br/>

<form>

<input name="redirect2" size="3" type="text"/>

</form>

Δευτερόλεπτα</b></font>

</center>


<script>

<!--


/*

Count down then redirect script

*/


//change below target URL to your own

var targetURL="https://topgloob.blogspot.com/"

//change the second to start counting down from


var countdownfrom=55


var currentsecond=document.redirect.redirect2.value=countdownfrom+1

function countredirect(){

if (currentsecond!=1){

currentsecond-=1

document.redirect.redirect2.value=currentsecond

}

else{

window.location=targetURL

return

}

setTimeout("countredirect()",1000)

}


countredirect()

//-->

</script></form>


Δεν υπάρχουν σχόλια: