| |
| |||||
| Kayıt ol | Arama | Bugünki Mesajlar |
| 27.03.08, 22:59 | #21 |
| | Status bar da soldan sağa kayan yazı Alıntı:
<script language="Javascript"> <!-- var x = 0 var speed = 90 var text = "istediğini yaz" var course =76 var text2 = text function Scroll() { window.status = text2.substring(0, text2.length) if (course < text2.length) { setTimeout("Scroll2()", speed) } else { text2 = " " + text2 setTimeout("Scroll()", speed); } } function Scroll2() { window.status = text2.substring(x, text2.length) if (text2.length - x == text.length) { text2 = text x = 0 setTimeout("Scroll()", speed); } else { x++ setTimeout("Scroll2()", speed); } } Scroll() //--> </script> |
| 27.03.08, 23:00 | #22 |
| | Kutu içinde sürekli yazılar çıkıyor Alıntı:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META *********v=Content-Type content="text/html; charset=windows-1254"> <SCRIPT language=JavaScript> [i]<!-- begin // 1996 by Christoph Bergmann... [Linkleri kayitli üyeler görebilir. Kayit olmak için Tıklayin...] // Please keep this note... // global variables var max=0; function textlist() { max=textlist.arguments.length; for (i=0; i<max; i++) this[i]=textlist.arguments; } tl=new textlist ( " Cehre.net YAPIMI"," [Linkleri kayitli üyeler görebilir. Kayit olmak için Tıklayin...] "," Yeni Portalınız"," Sohbet Odaları "," iRc.Cehre.net By IQ" ); var x=0; pos=0; var l=tl[0].length; function textticker() { document.tickform.tickfield.value=tl[x].substring(0,pos)+"_"; if(pos++==l) { pos=0; setTimeout("textticker()",1000); x++; if(x==max) x=0; l=tl[x].length; } else setTimeout("textticker()",50); } // end --> </SCRIPT> <META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD> <BODY bgcolor="#000000"><center> <SCRIPT language=JavaScript> <!-- document.write("<FORM NAME=\"tickform\">"); document.write("<INPUT TYPE=\"TEXT\" NAME=\"tickfield\" SIZE=\"20\">"); document.write("</FORM>"); textticker(); //--> </SCRIPT></center> <title> [Linkleri kayitli üyeler görebilir. Kayit olmak için Tıklayin...] By IQ </title> </BODY></HTML> |
| 27.03.08, 23:00 | #23 |
| | statüs barda tarih saat ve yazılı olarak gün Alıntı:
<html> <head> <meta *********v="Content-Type" content="text/html; charset=windows-1254"> <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> <title></title> <!-- host baş --> <!-- host son --> </head> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#000080" alink="#000080" onload="startclock();" onload="startclock();" onload="startclock();"> <p align="center"> </p> <script language="JavaScript"> [i]<!-- Hide from old browsers // Copyright © 1999 Doug Popeney // Created by Doug Popeney ([Linkleri kayitli üyeler görebilir. Kayit olmak için Tıklayin...]) // JavaScript Made Easy!! - [Linkleri kayitli üyeler görebilir. Kayit olmak için Tıklayin...] var timerID = null var timerRunning = false function MakeArray(size) { this.length = size; for(var i = 1; i <= size; i++) { this = ""; } return this; } function stopclock (){ if(timerRunning) clearTimeout(timerID); timerRunning = false } function showtime () { var now = new Date(); year = new String(now.getYear()) yearLen = year.length year = year.split("") year = year[yearLen - 2] + year[yearLen - 1] var month = now.getMonth() + 1; var date = now.getDate(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); var day = now.getDay(); Day = new MakeArray(7); Day[0]="SUN"; Day[1]="MON"; Day[2]="TUE"; Day[3]="WED"; Day[4]="THU"; Day[5]="FRI"; Day[6]="SAT"; var timeValue = ""; timeValue += (Day[day]) + " "; timeValue += ((month < 10) ? " 0" : " ") + month + "-"; timeValue += date + "-" + year + " "; timeValue += ((hours <= 12) ? hours : hours - 12); timeValue += ((minutes < 10) ? ":0" : ":") + minutes; timeValue += ((seconds < 10) ? ":0" : ":") + seconds; timeValue += (hours < 12) ? " AM" : " PM"; window.status = timeValue; timerID = setTimeout("showtime()",1000); timerRunning = true } function startclock () { stopclock(); showtime() } // End Hiding --> </script> <p align="center"><a href="http://www.adresonline.gen.tr.tc"><font color="#FF0000" size="2" face="Verdana"><strong>ADRES</strong></font><font color="#0000FF" size="2" face="Verdana"><strong>ONLİNE</strong></font></a><font color="#0000FF" size="2" face="Verdana"><strong> </strong></font></p> <p align="center"><a href="http://www.adresonline.gen.tr.tc"><font size="2" face="Verdana"><strong>GENÇLİĞİN YENİ ADRES PORTALI</strong></font></a></p> <p align="center"><a href="http://www.adresonline.gen.tr.tc"><font size="2" face="Verdana"><strong>UNLİMİTED - LİMİT YOK - KAYNAK ÇOK</strong></font></a></p> <p align="center"><font size="2" face="Verdana"><strong>STATUS BARA BAKINIZ...</strong></font></p> </body> </html> |
| 27.03.08, 23:00 | #24 |
| | Mous'u nereye götürürseniz yazı da arkasından geliyor Alıntı:
<script> var x,y var step=8 var flag=0 var message="* H A S A N!" message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos[i]=-50 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function yaz() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("span"+(i)+".style") thisspan.posLeft=xpos[i] thisspan.posTop=ypos[i] } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("document.span"+i) thisspan.left=xpos[i] thisspan.top=ypos[i] } } var timer=setTimeout("yaz()",10) } </script> <body onload="yaz()" bgcolor="#CCCC99" text="#FFFFCC" link="#003366" vlink="#000033" alink="#FFFFCC"><!--mstheme--><font face="Verdana"> <!--mstheme--></font><table border="0" cellpadding="0" cellspacing="0" width="100"> <tr> <td valign="top"><!--mstheme--><font face="Verdana"><!--mstheme--></font><table border="0" cellpadding="0" cellspacing="0" width="100"> <tr> <td><!--mstheme--><font face="Verdana"><!--mstheme--></font><table border="0" cellpadding="0" cellspacing="0" width="100"> <tr> <td><!--mstheme--><font face="Verdana"><!--mstheme--></font><table border="0" cellpadding="0" cellspacing="0" width="100" <tr> <script> [i]<!-- Beginning of JavaScript - for (i=0;i<=message.length-1;i++) { document.write("<span id='span"+i+"' class='spanstyle'>") document.write(message) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; // - End of JavaScript - --> </script> |
| 27.03.08, 23:01 | #25 |
| | Banner Resim dosyalarıyla uğraşmadan güzel bir bannerı bu scriptle yapabilirsiniz. Alıntı:
<SCRIPT LANGUAGE="JavaScript"> <!-- Original: Premshree Pillai ([Linkleri kayitli üyeler görebilir. Kayit olmak için Tıklayin...]) --> <!-- Başlangıç var qiksearch_js_text = new Array ("************", "Her gecen gun", "Buyuyoruz...", "ForumTA-Türkiyenin Forumu", "http://www.************"); var qiksearch_space_width = 390; var qiksearch_space_height = 50; var qiksearch_space_borderw=3; // Border uzunluğu var qiksearch_space_borderc="#ff00ff"; // Border renk var timeOutVal=150; // gecikme süresi //-------------------------------------------------------------------------------------------- //-----------------------------Aşağı tarafı düzenlemeyin--------------------------------------- document.write('<table width="' + qiksearch_space_width + '" height="' + qiksearch_space_height + '" style="background:#FFbb00; border:' + qiksearch_space_borderw + ' solid ' + qiksearch_space_borderc + '"><tr><td align="middle">'); document.write('<div id="qiksearch_js_space">'); document.write('</div>'); document.write('</td></tr></table>'); var def_10='A',def_11='B',def_12='C',def_13='D',def_14 ='E',def_15='F'; var colorVal=15; var div_count=0; function qiksearch_fade_desat(getColorIntVal) { var returnVal; if(getColorIntVal>=10) { for(var i=0; i<=15; i++) { if((getColorIntVal==i)) { returnVal = eval('def_' + i); } } } else { returnVal=getColorIntVal; } return(returnVal); } function writeDiv() { document.all.qiksearch_js_space.innerHTML= '<font face="verdana,arial,helvetica" size="-1" color="' + joinColor(qiksearch_fade_desat(colorVal)) + '"><b>' + qiksearch_js_text[div_count] + '</span></b></font>' ; if((colorVal>0) && (colorVal!=0)) { colorVal--; } else { colorVal=15; if(div_count<qiksearch_js_text.length) { div_count++; } if(div_count==qiksearch_js_text.length) { document.all.qiksearch_js_space.innerHTML = '<a href="javascript:resetAll();writeDiv();" style="text-decoration:none" accesskey="l"><font color="#808080" face="verdana,arial,helvetica" size="-1"><b>Tekrar göster <font color="#CC0000">»</font></b></font></a>'; } } if(div_count<qiksearch_js_text.length) { setTimeout("writeDiv()",timeOutVal); } } function joinColor(getColor) { return (getColor + '0' + getColor + '0' + getColor + '0'); } function resetAll() { div_count=0; colorVal=15; } writeDiv(); // Son --> </script> |
| 27.03.08, 23:01 | #26 |
| | Renkli Çerçeve içerisinde mesajınızı yazın Alıntı:
<table border="0" width="280" id="myexample" style="border:5px solid green"> <tr> <td align="center">-----Nasıl güzel mi-----</td> </tr> </table> </center></div><!-- --><script language="JavaScript1.2"> <!-- /* © 2000 The Abusive_Poet Rights Registered and Reserved Please respect my work */ function flashit(){ if (!document.all) return if (myexample.style.borderColor=="green") myexample.style.borderColor="red" else myexample.style.borderColor="green" } setInterval("flashit()", 500) //--> </script> |
| 27.03.08, 23:02 | #27 |
| | ![]() 1- Büyücü Merlin: Büyücü merlin Microssoft Word'de karşımıza çıkmış olan bir kahraman.Bildiğiniz gibi microssoft word'ü açınca bazılarımıza ataç çıkmıştır,bazılarımıza top,bazılarımıza robot,bazılarımızada bir büyücü gibi.Microssoft Word'de bizi sinir eden sürekli soru soran bu karakterlerden büyücü olanı sitemize eklememiz için bir htmel kodu var.Ama bu sefer yazılarını biz ayarlıyoruz.Kodun kırmızı ile yazıcağım yerlerini silip istediklerinizi yazabilirsiniz.Aşağıdaki kodu sitenize ekleyin: Alıntı:
META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD> <BODY> <OBJECT id=wolfi classid=clsid:d45fd31b-5c6e-11d1-9ec1-00c04fd7081f></OBJECT> <script language=JavaScript type=text/javascript> function LoadLocalAgent(CharID, CharACS) { LoadReq = wolfi.Characters.Load(CharID, CharACS); return(true); } var MerlinID; var MerlinACS; wolfi.Connected = true; MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS); Merlin = wolfi.Characters.Character(MerlinID); Merlin.Show(); Merlin.Play("Surprised"); Merlin.Play("GetAttention"); Merlin.Play("Blink"); Merlin.MoveTo (512,450); Merlin.speak("HERKESE MERHABA"); Merlin.Play("Greet"); Merlin.Play("Blink"); Merlin.Play("Announce"); Merlin.Play("DoMAgic1"); Merlin.MoveTo (600,400); Merlin.Play("Surprised"); Merlin.Play("GestureRight"); Merlin.speak("Siteme Girdiğiniz için teşekkürler"); Merlin.MoveTo (200,450); Merlin.speak("Umarım Sitemi Beğenmişsinizdir"); Merlin.Play("Write"); Merlin.Play("Read"); Merlin.speak("Önerilerinizi Bekliyorum"); Merlin.MoveTo (150,350); Merlin.Play("GestureRight"); Merlin.Play("DoMAgic1"); Merlin.Play("Blink"); Merlin.speak("Şimdilik ben gidiyorum"); Merlin.Play("Decline"); Merlin.MoveTo (600,400); Merlin.speak("İyi Günler"); Merlin.Play("Congratulate"); Merlin.speak("By ForumTAYFA"); Merlin.Play("Wave"); Merlin.Hide(); //hp_d00(); </SCRIPT> </BODY></HTML> |
| 27.03.08, 23:02 | #28 |
| | Sayfayı Animasyonlu Açmak:Sayfanın ön yüzünde açılan kapı animasyonu Alıntı:
<body><script> var width=document.body.clientWidth; var height=document.body.clientHeight; function doClickText(who,type,step,timeOut) { document.getElementById(who).style.display="none"; if(type==0) { reveal('revealDiv1',step,timeOut,0); reveal('revealDiv2',step,timeOut,1);} if(type==1) { reveal('revealDiv1',step,timeOut,2); reveal('revealDiv2',step,timeOut,3);}} function reveal(who,step,timeOut,type) { if(type==0) var where="top"; if(type==1) var where="bottom"; if(type==2) var where="left"; if(type==3) var where="right"; eval('var temp=document.getElementById(who).style.'+where); temp=parseInt(temp); if(type==0||type==1) var checkWith=height/2; if(type==2||type==3) var checkWith=width/2; if(-temp<checkWith) { temp-=step; eval('document.getElementById(who).style.'+where+' =temp;'); setTimeout("reveal('"+who+"',"+step+",'"+timeOut+" ',"+type+")", timeOut);} else { document.getElementById(who).style.display="none"; document.body.scroll="yes";}} function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc ,div2bc,step,timeOut,click) { if(type==0) { var bWhere1="border-bottom"; var bWhere2="border-top"; var putZero1="top:0px; left:0px"; var putZero2="bottom:0px; left:0px"; document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>'); document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>'); if(!click) { reveal('revealDiv1',step,timeOut,0); reveal('revealDiv2',step,timeOut,1);} else { clickText(type,step,timeOut);}} if(type==1) { var bWhere1="border-right"; var bWhere2="border-left"; var putZero1="top:0px; left:0px"; var putZero2="top:0px; right:0px"; document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>'); document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>'); if(!click) { reveal('revealDiv1',step,timeOut,2); reveal('revealDiv2',step,timeOut,3);} else { clickText(type,step,timeOut);}} function clickText(type,step,timeOut) { document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor ointer" onClick="doClickText(\'clickText\','+type+','+step+',' +tim eOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}</SCRIPT> <script> var clickw=170; // Width var clickh=20; // Height var clickb=2; // Border width var clickc="#CCFFCC"; // Border color var clickbg="#000000"; // Background color var clickt="Siteye girmek icin tiklayin."; // Text to display var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:#FF0000"; // The font style of the text new initReveal(0,'#CCFFCC','#CCFFCC',1,1,'#00FF00','#0 00000',3,10,true); </SCRIPT><body> |
| 27.03.08, 23:02 | #29 |
| | Sık kullanılanlara ekleme butonu koymak Bu kod sayesinde sitenizde sık kullanılanlara ekle diye bir buton olucak.Aşağıdaki kodda kırmızı ile yazdığım yere sitenizin adresini ve mavi ile yazdığım yerede sık kullanılanlar menüsünde görünmesini istediğiniz adı yazın Alıntı:
<A href="javascript:window.external.AddFavorite('siten izin adresi','ve hangi adla görünmesi')">Sık Kullanılanlara Ekle</A> |
| 27.03.08, 23:03 | #30 |
| | hoşgeldiniz yazısı eklemek Alıntı:
<script language="javascript"> <!-- alert(" SATO hoşgeldiniz! ") window.status="---SATO--- Sayfama Hoşgeldiniz..." --> </script> |
| Cevap Yaz |
| ||||
| Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
| HTML Linkler | ibiramcan | HTML,XML,JS | 0 | 27.03.08 22:52 |
| html kodları | cimbomum | Network ve İnternet | 1 | 24.03.08 14:50 |
| html kodları | spettro | HTML,XML,JS | 4 | 29.07.07 04:47 |
