forumVatan

RENK KODLARI B-261910-üye_ol

Join the forum, it's quick and easy

forumVatan

RENK KODLARI B-261910-üye_ol

forumVatan

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

.......forumVatanHoşgeldiniz :
En son ziyaretiniz : Perş. Ocak 01, 1970
Mesaj Sayınız : 0


    RENK KODLARI

    VaLKyRie
    VaLKyRie
    Admin
    Admin


    <b>Mesaj Sayısı</b> Mesaj Sayısı : 1284
    <b>Ruh HaLi</b> Ruh HaLi : 3
    <b>Zodyak</b> Zodyak : Yengeç
    <b>Kayıt tarihi</b> Kayıt tarihi : 04/02/10
    <b>Nerden</b> Nerden : Tekirdağ
    <b>Yaş</b> Yaş : 28

    RENK KODLARI Empty RENK KODLARI

    Mesaj tarafından VaLKyRie C.tesi Şub. 13, 2010 7:12 pm

    Kod:
    <!-- START OF script -->
    <!-- For more scripts visit http://www.erenet.net -->
    <script Language = "Javascript">
    // This script is written by Patrick Meirmans
    // If you want to use it, send me an e-mail at mijter( at )dds.nl
    // and be sure to include the adress of the wb-page you want to use it for
    // by the way, my homepage is at:
    // http://www.erenet.net
    // You might want to take a look at it.
    // Please leave this message intact when using this script
    // The hex-code is not so very logical, so now and then there's
    // a rather big change in color, maybe I'll fix the script sometime, but not now.
    // Have fun with it!
    start = new Date();
    minstart = start.getMinutes()
    secstart = start.getSeconds()
    function brighter(){
    var now = new Date();
    var seconds = now.getSeconds();
    var minutes = now.getMinutes();
    var base = "00";
    // if you want to change the starting color, add the starting code here
    // instead of aa (two digits, only numbers and/or a, b, c, d, e, f).
    var color = 1000;
    var interval = 103;
    // if you want to change the speed of the color-change,
    // change the 103 to the number of hex-codes you want between two changes.
    // not every number gives a nice result!
    var sec= interval * (seconds - secstart);
    var min= 60 * interval * (minutes - minstart);
    var add= color + min + sec;
    total= base + add;
    if (add>=9999) {secstart = seconds; minstart = minutes}
    document.bgColor = total;
    setTimeout("brighter()", 1000);
    document.myform.ikke.value = total;
    }
    </script>
    </HEA</body></html>

      Forum Saati Ptsi Mayıs 20, 2024 1:59 am