hocam kodu nasil ayarlarim ?
bi indirme button unun oldugu kod
<script>
x=;
function countdown()
{
if ((0 <= 100) || (0 > 0))
{
x--;
if(x == 0)
{
document.getElementById("dl").innerHTML = 'INDIR!';
}
if(x > 0)
{
document.getElementById("dl").innerHTML = 'Lutfen '+x+' saniye bekleyin..';
setTimeout('countdown()',1000);
}
}
}
countdown();
</script>

Buda reklam Kodum

<script></script>