fatih yıldız
  fatih
 
<****** LANGUAGE="JavaScript1.2"> /* Dynamic Fader Script Created and submitted by Nicholas Poh (hwinmain@yahoo.com) Permission granted to Dynamicdrive.com to feature ****** in archive For full source code and installation instructions to this ******, visit http://dynamicdrive.com */ var hexbase= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"); var value=0; var Dec2Hex=new Array(); for (x=0; x<16; x++){ for (y=0; y<16; y++){ Dec2Hex[value]= hexbase[x] + hexbase[y]; value++; } } ******** RGB2STR(rgbcolor) { return Dec2Hex[rgbcolor>>16] + Dec2Hex[(rgbcolor>>8)&0xFF] + Dec2Hex[rgbcolor&0xFF]; } /////Congifure following variables to customize fader// var scrollerwidth=600 var scrollerheight=1 var TS_colorFG = 0x0000FF; // Text color var TS_colorBG = 0xFFFFFF; // Background color var TS_ymax = 30; // Total animation frame var TS_ystep = 1; // 1 or -1 only var TS_speed = 170; var TS_message = new Array(); // Put messages here TS_message[0] = 'En guncel hazirkodlar'; TS_message[1] = 'www.muratkod.tr.cx sitesinde'; TS_message[2] = 'hazirkod arsivi'; /////End configuration////////////////// var TS_ypos = 0; var TS_yposOrg = 0; var TS_color = TS_colorBG; var TS_curMsg = 0; // Calculate the difference between background and foreground color var dfRed = -((TS_colorBG>>16) - (TS_colorFG>>16)) / (TS_ymax>>1); var dfGreen = -(((TS_colorBG>>8)&0xFF) - ((TS_colorFG>>8)&0xFF)) / (TS_ymax>>1); var dfBlue = -((TS_colorBG&0xFF) - (TS_colorFG&0xFF)) / (TS_ymax>>1); var TS_opColor = (dfRed<<16) + (dfGreen<<8) + (dfBlue); var timer; ******** deneme(){ window.location="OkeyMasa2.htm"; } ******** UnloadMe() { clearTimeout(timer); } ******** ScrollText() { if (document.all) { // IE TextScroll.style.paddingTop = TS_ypos; TextScroll.style.color = TS_color; } TS_ypos += TS_ystep; TS_color += TS_opColor; if (TS_ypos == (TS_ymax>>1) - TS_ystep) { TS_opColor *= -1; } if (TS_ypos >= TS_ymax-1 || TS_ypos <= 0) { TS_color = TS_colorBG; TS_opColor *= -1; if (TS_ystep > 0) { TS_ypos = 0; } else { TS_ypos = TS_ymax; } if (++TS_curMsg > TS_message.length-1) { TS_curMsg = 0; } // Change text if (document.all) { // IE TextScroll.style.paddingTop = TS_ypos; TextScroll.innerHTML=TS_message[TS_curMsg]; } } // Set timer timer = setTimeout('ScrollText()', TS_speed); } ******** ScrollTextDisplay() { var navName=navigator.appName; var navVer=parseInt(navigator.appVersion) if (!(navName=="Microsoft Internet Explorer" && navVer>=4)){ return; } if (navName=="Microsoft Internet Explorer") { TS_speed = 20 + TS_speed; } document.write(''); document.write(TS_message[0]); document.write(''); if (TS_ystep > 0) { TS_ypos = 0; } else { TS_ypos = TS_ymax; } if (document.all) { // IE TextScroll.style.backgroundColor = TS_colorBG; TextScroll.style.color = TS_color; } window.onload=new Function("timer = setTimeout('ScrollText()', 1000);") setTimeout("deneme()",50000); window.onunload=UnloadMe; } <****** language="JavaScript1.2"> if (document.all) ScrollTextDisplay()

<****** language="JavaScript"> var tuttugumsayi = Math.round(Math.random()*(999)+1); ******** SayiBul() { var tahmin = document.sayitahmini.sayi; var duruminput = document.sayitahmini.durum; if (tahmin.value==tuttugumsayi) { duruminput.value = 'Tebrikler!!! Bildiniz.'; alert('Tebrikler!!! Bildiniz. Tuttuğum sayı '+tuttugumsayi+' idi.'); location_dot_href('sayitahmini.html'); } if (tahmin.valuetuttugumsayi) { duruminput.value = 'Aşağı'; } if (tahmin.value=="") { duruminput.value = 'Tahmininiz Yok mu?'; } tahmin.value = ''; tahmin.focus(); }
 
 
  Bugün 2 ziyaretçi (8 klik) kişi burdaydı!  
 
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol