Photoshop Destek Forumu || Photoshop.Forumd.Biz

<div style="text-align: center;"><a href="http://webzamani.net"><img src="http://img449.yukle.tc/images/1130webzamanibanner.png"></a><br></div><div style="text-align: center;"><span style="color: rgb(0, 0, 238);"><span style="text-decoration: underline;">www.webzamani.net - Biyografi </span></span><br></div>

Join the forum, it's quick and easy

Photoshop Destek Forumu || Photoshop.Forumd.Biz

<div style="text-align: center;"><a href="http://webzamani.net"><img src="http://img449.yukle.tc/images/1130webzamanibanner.png"></a><br></div><div style="text-align: center;"><span style="color: rgb(0, 0, 238);"><span style="text-decoration: underline;">www.webzamani.net - Biyografi </span></span><br></div>

Photoshop Destek Forumu || Photoshop.Forumd.Biz

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Web Zamanı.net |Seo , Css,infografik


    Geriye doğru sayma kodu

    erg38
    erg38
    V.İ.P Üye
    V.İ.P Üye


    Mesaj Sayısı : 179
    Kayıt tarihi : 30/01/10
    Yaş : 29
    Nerden : geldi bu koqu pff xD

    Geriye doğru sayma kodu Empty Geriye doğru sayma kodu

    Mesaj tarafından erg38 C.tesi Mart 13, 2010 6:04 am

    Kod:
    <html>
    <head>
    <title>Test</title>
    <script type="text/javascript">
    var newCount;
    function timer(position,count)
    {
    if (position == 'start') {
    document.getElementById("timer").innerHTML=count
    newCount = count - 1
    setTimeout("timer('go',newCount)",1000)
    }

    if (position == 'go') {
    document.getElementById("timer").innerHTML=count
    newCount--;
    setTimeout("timer('go',newCount)",1000)
    }
    }
    </script>
    </head>
    <body onload="timer('start',10);">
    <div id="timer" />
    </body>
    </html>

      Forum Saati Ptsi Mayıs 13, 2024 12:58 pm