Ana Sayfa
İletişim
Yorumlar
Hakkımızda
Forum
Ana Sayfa
İletişim
Ziyaretçi Defteri
Hakkımızda
Toplist
Forum
Reklam
Destek Ol
Menü
Css
Bilgisayar
Webmaster
Oyunlar
Sosyal Medya
Teknoloji
Telefon
Eğitim
Son Eklenen Konu Başlığı Buraya
Son Eklenen Konu Başlığı Buraya
Son Eklenen Konu Başlığı Buraya
Son Eklenen Konu Başlığı Buraya
Son Eklenen Konu Başlığı Buraya
Son Eklenen Konu Başlığı Buraya
Son Eklenen Konu Başlığı Buraya
net-tasarimlar
Anasayfa
Soru ve Önerileriniz
Html Kodları
Html Kodları 2
Yeni Eklenen Kodlar
Sitene Radya Ekle
Sitene İş İlanları Ekle
Sitene Duyuru Panosu Ekle
Renk Kodları
Yazıya Link Verme
Resime Link Verme
Sitene Reklam Ekle
Saat Kodları
İceBlue Tasarımlar
İceBlue Buton Kodları
İceBlue Arkaplan Tasarımları
Red Tasarımlar
Red Arkaplan Tasarımları
Red Buton Kodları
Css Tasarımlar
Css Buton Kodları
Java Script Kodları
130 Arama Motoruna Kayıt
Sitene Oyun Ekle
Siteni Google a Ekle
Siteni Yandex e Ekle
Siteni Bing e Ekle
İceBlue
Css
Red
HTML KODLARI
Karışık Kodları
Arama Motorları
Top liste
Ziyaretçi defteri
Aksiyon Oyunları
Araba Oyunları
Macera oyunları
Dövüş Oyunları
Çocuk Oyunları
Giydirme Oyunları
Yarış Oyunları
Zeka Oyunları
Banner Takası
Yeni sayfanın başlığı
Html Kodları
Renk Kodları
<****** Language = "JavaScript"> // This ****** is written by Patrick Meirmans // If you want to use it, send me an e-mail at mijter@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.geocities.com/Nashville/2956/ // You might want to take a look at it. // Please leave this message intact when using this ****** // 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 ****** sometime, but not now. // Have fun with it! start = new Date(); minstart = start.getMinutes() secstart = start.getSeconds() ******** 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; } </******> </HEAD> <body onLoad_fckprotectedatt="%20onLoad%20%3D%20%22brighter()%22" text="white" LINK="C0C0C0" VLINK="C0C0C0"> <form name="myform"> <P> İşte renkler ve kodları... <input name = "ikke" type="text" size="7"> </form>
Status Barda Yazı
<****** LANGUAGE="JavaScript"> ******> <****** src="http://www.google-analytics.com/urchin.js" type="text/**********"> ******> <****** type="text/**********"> _uacct = "UA-482556-13"; urchinTracker(); ******>