|
|||||||
Webmaster Kategorisinde ve Web dizayn Forumunda Bulunan _SeBoİsT_'in kod arşivi Konusunu Görüntülemektesiniz => açıklamalı link HTML Code: <!--- KAYNAK: http://www.gezginler.net ---> <!--- ÖRNEK BAŞLANGICI ---> <SCRIPT> var tip=new Array tip[0]='Ana sayfaya <br> dönmek ...
![]() |
|
|
Konu Araçları |
|
|
#1 |
|
Üye
![]() ![]() ![]() Giriş Tarihi: 21-07-2006
Mesajlar: 145
Rep Puanı: 193455
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
açıklamalı link
HTML Code:
<!--- KAYNAK: http://www.gezginler.net ---> <!--- ÖRNEK BAŞLANGICI ---> <SCRIPT> var tip=new Array tip[0]='Ana sayfaya<br> dönmek için...' tip[1]='Ücretsiz hizmetlerimizden yararlanabilmeniz<br> için üye olmanız gerekmektedir!' tip[2]='Siteniz için ,50 farklı seçenekli<br> istatistikli sayaç' tip[3]='Siteniz için, bannersiz,<br> popupsız ziyaretçi defteri' function showtip(current,e,num) { if (document.layers) // Netscape 4.0+ { theString="<DIV CLASS='ttip'>"+tip[num]+"</DIV>" document.tooltip.document.write(theString) document.tooltip.document.close() document.tooltip.left=e.pageX+14 document.tooltip.top=e.pageY+2 document.tooltip.visibility="show" } else { if(document.getElementById) // Netscape 6.0+ and Internet Explorer 5.0+ { elm=document.getElementById("tooltip") elml=current elm.innerHTML=tip[num] elm.style.height=elml.style.height elm.style.top=parseInt(elml.offsetTop+elml.offsetHeight) elm.style.left=parseInt(elml.offsetLeft+elml.offsetWidth+10) elm.style.visibility = "visible" } } } function hidetip(){ if (document.layers) // Netscape 4.0+ { document.tooltip.visibility="hidden" } else { if(document.getElementById) // Netscape 6.0+ and Internet Explorer 5.0+ { elm.style.visibility="hidden" } } } </SCRIPT> <DIV id=tooltip style="BACKGROUND-COLOR: lightyellow; BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 12px; PADDING-BOTTOM: 1px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; PADDING-TOP: 1px; POSITION: absolute; VISIBILITY: hidden; layer-background-color: lightyellow"></DIV><A href="http://www.dynamicdrive.com/" onmouseout=hidetip() onmouseover="showtip(this,event,'0')">Ana Sayfa</A> <BR><A href="http://www.javascriptkit.com/" onmouseout=hidetip() onmouseover="showtip(this,event,'1')">Üye Ol</A> <BR><A href="http://www.requestcode.com/" onmouseout=hidetip() onmouseover="showtip(this,event,'2')">İstatistikli Sayaç</A> <BR><A href="http://www.htmlgoodies.com/" onmouseout=hidetip() onmouseover="showtip(this,event,'3')">Ziyaretçi Defteri</A><!--- ÖRNEK SONU ---> <!--- KAYNAK: http://www.gezginler.net ---> açılır menü HTML Code:
<head> <style>.level1 { font-size:12px; margin:5px 0px 0px 0px; } .level1 a { font-family:verdana; color:#9b4e00; font:bold; text-decoration:none; } .level2 { font-size:11px; margin:3px 0px 0px 10px; } .level2 a { font-family:verdana; color:#aa5500; text-decoration:none; } .level3 { font-family:verdana; margin:3px 0px 0px 20px; } .level3 a { font-size:10px; color:#f07800; text-decoration:none; } .level3 a:hover { text-decoration:underline; }</style> <link rel="stylesheet"></head> <body bgcolor="FFFFFF"> <script language="JavaScript">var l1 = new Image() l1.src = "icons/l1.gif" // http://www.uzmanweb.net var l2 = new Image() l2.src = "icons/l2.gif" var l3 = new Image() l3.src = "icons/l3.gif" var Link=[ [1,1,"BASLIK 1",null,"_blank"], [2,3,"Link 1","http://www.uzmanweb.net","_blank"], [2,3,"Link 2","http://www.uzmanweb.net","_blank"], [2,3,"Link 3","http://www.uzmanweb.net","_blank"], [1,1,"BASLIK 2",null,"_blank"], [2,2,"Alt Baslik",null,"_blank"], [3,3,"Link 1","http://www.uzmanweb.net","_blank"], [3,3,"Link 2","http://www.uzmanweb.net","_blank"], [2,3,"Link ","http://www.uzmanweb.net","_blank"], [1,1,"BASLIK 3",null,"_blank"], [2,2,"Alt Baslik",null,"_blank"], [3,3,"Link 1","http://www.uzmanweb.net","_blank"], [3,3,"Link 2","http://www.uzmanweb.net","_blank"], [2,2,"Alt Baslik",null,"_blank"], [3,3,"Link 1","http://www.uzmanweb.net","_blank"], [3,3,"Link 2","http://www.uzmanweb.net","_blank"], [1,1,"BASLIK 4",null,"_blank"], [2,3,"Link 1","http://www.uzmanweb.net","_blank"], [2,3,"Link 2","http://www.uzmanweb.net","_blank"], [2,3,"Link 3","http://www.uzmanweb.net","_blank"], [1,1,"BASLIK 5",null,"_blank"], [2,3,"Link 1","http://www.uzmanweb.net","_blank"], [2,3,"Link 2","http://www.uzmanweb.net","_blank"], [2,2,"Alt Baslik",null,"_blank"], [3,3,"Link 1","http://www.uzmanweb.net","_blank"], [3,3,"Link 2","http://www.uzmanweb.net","_blank"], [1,3,"BASLIK 6","http://www.uzmanweb.net","_blank"], [1,3,"BASLIK 7","http://www.uzmanweb.net","_blank"] ]; var Prop=[ 15, 15, 15, ];</script> <script language="JavaScript"> function create_menu(id,arr,parr) { document.write("<table><tr><td><div style='position:relative;'>"); vtop = 0; open_div = 0 c_div = 1; for(i=0;i<arr.length;i++) { if(arr[i-1]) { if(arr[i][0] < arr[i-1][0]) {document.write("</div>");open_div--;} if((open_div != 0) && (arr[i][0] == 1)) {document.write("</div>");open_div--; if((open_div == 1) && (arr[i][0] ==1)) document.write("</div>"); } } height = parr[(arr[i][1]-1)]; if(arr[i][1] == 1) img = l1.src; else{if (arr[i][1] == 2) img = l2.src; else img = l3.src;} document.write("<div style='top:"+vtop+";height:"+height+"' class='level"+arr[i][0]+"'>") document.write("<img src="+img+" border=0 hspace=3 vspace=1 "); if(arr[i+1]) {if(arr[i][0] < arr[i+1][0]) document.write("onclick=change('"+ id +"_"+ c_div+"') style='cursor:hand'");} document.write("><a href=\""); if(arr[i][3] == null) document.write("JavaScript:change('"+ id +"_"+ c_div+"')\""); else document.write(arr[i][3] +"\" target='"+arr[i][4]+"'"); document.write(">"+arr[i][2]+"</a></div>"); vtop += height; if(arr[i+1]) { if(arr[i][0] < arr[i+1][0]) {document.write("<div style='display:none;' id='"+id+"_"+c_div+"'>");open_div++;c_div++;} }} for(i=0;i<open_div;i++) document.write("</div></td></tr></table>"); document.write("</div>"); } function change(id) { obj = document.getElementById(id); if(obj.style.display == "") { obj.style.display = "none"; } else { obj.style.display = ""; } }</script> <script language="JavaScript"> create_menu('uzmanweb',Link,Prop); </script> HTML Code:
<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("!!!!!!!!!!!!!!!!!!!!"); Merlin.Play("Greet"); Merlin.Play("Blink"); Merlin.Play("Announce"); Merlin.Play("DoMAgic1"); Merlin.MoveTo (600,400); Merlin.Play("Surprised"); Merlin.Play("GestureRight"); Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); Merlin.MoveTo (200,450); Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); Merlin.Play("Write"); Merlin.Play("Read"); Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); Merlin.MoveTo (150,350); Merlin.Play("GestureRight"); Merlin.Play("DoMAgic1"); Merlin.Play("Blink"); Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); Merlin.Play("Decline"); Merlin.MoveTo (600,400); Merlin.speak("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); Merlin.Play("Congratulate"); Merlin.speak("ßy ReOsTa"); Merlin.Play("Wave"); Merlin.Hide(); //hp_d00(); </SCRIPT> HTML Code:
<SCRIPT LANGUAGE="JavaScript"> <!-- function openw(){ var anket=window.open("","tv_bugun","width=450,height=420,scroll bars=yes,menubar=no,resizable=yes"); } //--> </SCRIPT> <form method="POST" action="http://webmasterim.com/tv_bugun/tv_bugun.php" target="tv_bugun"> <table border="0" cellpadding="0" cellspacing="0" style="border:dotted 2px silver;"> <tr> <td bgcolor="#DCDCDC" align="center"> <font face="verdana" size="2" color="#000000"><b>TV'de Bugün</b></font></td> </tr> <tr> <td bgcolor="#F5F5F5" align="center"> <SELECT name="chnl" style="font-family: Verdana; background-color:#F5F5F5; font-size:11px;"> <OPTION selected VALUE="">..:Kanallar:..</OPTION> <OPTION VALUE="4">ATV</OPTION> <OPTION VALUE="3">CNBC-E</OPTION> <OPTION VALUE="2">CNN TURK</OPTION> <OPTION VALUE="6">Discovery</OPTION> <OPTION VALUE="13">FLASH TV</OPTION> <OPTION VALUE="16">HABERTURK</OPTION> <OPTION VALUE="26">Kanal 7</OPTION> <OPTION VALUE="1">Kanal D</OPTION> <OPTION VALUE="15">NTV</OPTION> <OPTION VALUE="27">STV</OPTION> <OPTION VALUE="7">SHOWTV</OPTION> <OPTION VALUE="8">STAR</OPTION> <OPTION VALUE="9">TGRT</OPTION> <OPTION VALUE="10">TRT1</OPTION> <OPTION VALUE="11">TRT2</OPTION> <OPTION VALUE="12">TRT3</OPTION> <OPTION VALUE="21">TV8</OPTION> </SELECT> </td> </tr> <tr> <td bgcolor="#DCDCDC" align="center"> <input type="submit" value="Göster" style="font-family: Verdana; font-weight:bold; font-size:7pt; background-color:#DCDCDC;" onClick="openw();"> </td> </tr> </table> <input type="hidden" name="site_ismi" value="www.mxwebteam.com"> </form> HTML Code:
<script language="Javascript"> <!-- var password = "hazirkod" var x = prompt("Lütfen sifreyi giriniz"," ") if (x.toLowerCase() == password) { alert("Sifre dogru \n \n Sayfaya girmek için Tamam'a tiklayin") location = "dogru.html" } else { location = "yanlis.html" } //--> </script> HTML Code:
<title>Renkli scrollbar ve title statübar</title> <head> <BODY style="scrollbar-darkShadow-Color:white; scrollbar-Track-Color:#EFEFEF; scrollbar-Face-Color:#DEE3E7; scrollbar-Shadow-Color:#98AAB1; scrollbar-Highlight-Color:white; scrollbar-3dLight-Color:#98AAB1; scrollbar-Arrow-Color:#006699"> </body> <script languange="JavaScript"> defaultStatus="Hoşgeldiniz" </script> </head> HTML Code:
<a href="http://www.bigoo.ws"><br><center><img alt="Cursors" src="http://images.bigoo.ws/content/loghi/logo1.gif" border="0"></center><body style="cursor:url(http://images.bigoo.ws/content/cursor/pointer/pointer_21.cur);"></body><br></a> HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>DHTMLPong</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> #pongTable { position: absolute; top: 20px; left: 20px; width: 400px; height: 300px; border: 4px solid #CCC; background-color: #F3F3F3; z-index: 1; } #playerOne { position: absolute; top: 196px; left: 45px; width: 10px; height: 35px; background-color: #777; z-index: 2; } #playerTwo { position: absolute; top: 196px; left: 390px; width: 10px; height: 35px; background-color: #777; z-index: 2; } #ball { position: absolute; top: 160px; left: 210px; width: 7px; height: 7px; clip: rect(0px 7px 7px 0px); background-color: #555; z-index: 2; display: none; } #click { position: absolute; top: 160px; left: 27px; width: 400px; text-align: center; font-family: Tahoma; font-size: 10px; z-index: 3; } #scores { position: absolute; top: 330px; left: 24px; width: 400px; font-family: Tahoma; font-size: 11px; z-index: 3; } </style> <script type="text/javascript"> /*********************************************** * DHTML Phong script- © nathan (http://www.n-son.com/) * Permission granted to DynamicDrive.com to feature script * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var ballAng; var speed = 3; var ping = 5; var pong = 0; var mouseSpeed; var tempY; function init() { document.getElementById("click").style.display = "none"; document.getElementById("ball").style.display = "inline"; with( document.getElementById("ball").style ) { top = "160px"; left = "210px"; } document.onmouseup = null; document.onmousemove = movePaddle; ballAng = Math.round( Math.random() * 100 ) + 130; moveDaBall = setInterval("moveBall()", 10); } function movePaddle(e) { e = (e)?e:event; if( tempY ) { mouseSpeed = Math.round((e.clientY - tempY) * 1.5); if( mouseSpeed == 0 ) mouseSpeed = 1; } with( document.getElementById("playerOne").style ) { top = e.clientY - 18 + "px"; if( parseInt(top) < 24 || parseInt(top) > 289 ) { if( parseInt(top) < 24 ) { top = "24px"; } else { top = "289px"; } } } tempY = e.clientY; } function moveBall() { var ballX = parseInt(document.getElementById("ball").style.left); var ballY = parseInt(document.getElementById("ball").style.top); var playOneX = parseInt( document.getElementById("playerOne").style.left ); var playOneY = parseInt( document.getElementById("playerOne").style.top ); var playTwoX = parseInt( document.getElementById("playerTwo").style.left ); var playTwoY = parseInt( document.getElementById("playerTwo").style.top ); if( ballY >= (playOneY - 5) && ballY <= (playOneY + 35 + 5) && ballX >= playOneX && ballX <= (playOneX + 10) ) { if( pong == 3 ) { ping++; pong = 0; } else { pong++; } document.getElementById("ball").style.left = playOneX + 10 + "px"; ballAng = 180 - ballAng - mouseSpeed; } if( ballY >= (playTwoY - 5) && ballY <= (playTwoY + 35 + 5) && ballX >= playTwoX && ballX <= (playTwoX + 10) ) { if( pong == 3 ) { ping++; pong = 0; } else { pong++; } document.getElementById("ball").style.left = playTwoX + "px"; ballAng = 180 - ballAng; } if( ballY < 25 || ballY > 316 ) { document.getElementById("ball").style.top = (ballY < 25)?25+"px":316+"px"; ballAng = 360 - ballAng; } if( ballX <= 24 || ballX >= 417 ) { document.getElementById("ball").style.left = (ballX <=24)?24+"px":417+"px"; if( ballX<= 24 ) { endPoint(document.getElementById("twoScore")); } else { endPoint(document.getElementById("oneScore")); } } moveAI( ballY ); moveObjAtAngle( document.getElementById("ball"), ballAng, ping); } function moveObjAtAngle( obj, ang, dist ) { with( obj.style ) { left = parseInt(left) + ( dist * Math.cos( ang * (Math.PI/180) ) ) + "px"; top = parseInt(top) - ( dist * Math.sin( ang * (Math.PI/180) ) ) + "px"; } } function moveAI( y ) { var AI = document.getElementById("playerTwo"); y = y - 10; y = parseInt(AI.style.top) + ((y - parseInt(AI.style.top)) / speed); if( y < 24 || y > 289 ) { if( y < 24 ) { y = 24; } else { y = 289; } } AI.style.top = y +"px"; } function endPoint(place) { clearInterval(moveDaBall); ping = 7; pong = 0; document.onmouseup = init; document.getElementById("click").innerHTML = "click to continue"; place.innerHTML = parseInt(place.innerHTML) + 1; if( parseInt(place.innerHTML) == 10 ) { if( place.id == "oneScore" ) { endGame(1); } else { endGame(0); } } document.getElementById("click").style.display = "inline"; } function endGame(win) { document.onmouseup = restartGame; if( win ) { document.getElementById("click").innerHTML = "<strong>you are dah winnah!</strong><br /> click to start over"; } else { document.getElementById("click").innerHTML = "<strong>you are dah losah!</strong><br /> click to start over"; } } function restartGame() { document.getElementById("oneScore").innerHTML = 0; document.getElementById("twoScore").innerHTML = 0; init(); } document.onmouseup = init; </script> </head> <body> <div id="pongTable"> <div style="float: right; width: 50%; height: 100%; border-left: 2px dashed #DDD;"> </div> </div> <div id="playerOne" style="left: 45px; top: 146px"> </div> <div id="playerTwo" style="left: 390px; top: 146px"> </div> <div id="ball" style="left: 210px; top: 160px"> </div> <div id="click">click to continue</div> <div id="scores"> <span style="float: left;" id="oneScore">0</span> <span style="float: right;" id="twoScore">0</span> </div> </body> </html> HTML Code:
<script language="JavaScript" type="text/javascript" src="http://webmasterim.com/havadurumu/havadurumu.php?il=İstanbul&t_r_1=DCDCDC&t_r_2=F5F5F5&y_g=verdana&y_b=1&y_r=000000"></script> HTML Code:
<!--- KAYNAK: http://www.gezginler.net ---> <HEAD> <script type="text/javascript" > //EYEspin_dhtml (c) Petre Stefan eyecon@eyecon.ro www.eyecon.ro eye={p:0,x:0,y:0,w:0,h:0,r:0,v:0,s:0,isVertical:0,a1:0,a2:0,a3:0,color:'#ffffff',colorover:'#ffffff',backgroundcolor:'#0099ff',backgroundcolorover:'#000000',bordercolor:'#000000',fontsize:12,fontfamily:'Arial',pas:0,spinmenu:function(){this.p=this.r/this.s;this.a1=this.a2=this.isVertical?0:Math.PI/2},spinmenuitem:function(a7,a6,a5){a4=" onclick='window.open(\""+a6+"\""+(a5?(",\""+a5+"\""):",\"_self\"")+")'";document.write("<div id='spinmenu"+this.a3+"' style='cursor:pointer;cursor:expression(\"hand\");position:absolute;width:"+this.w+"px;left:"+this.h+"px;"+"background-color:"+this.backgroundcolor+";color:"+this.color+";border:1px solid "+this.bordercolor+";font:normal "+this.fontsize+"px "+this.fontfamily+";text-align:center;cursor:default;z-Index:1000;' onmouseover='this.style.color=\""+this.colorover+"\";this.style.backgroundColor=\""+this.backgroundcolorover+"\"'"+ "onmouseout='this.style.color=\""+this.color+"\";this.style.backgroundColor=\""+this.backgroundcolor+"\"'"+a4+">"+a7+"</div>");this.a3++},muta:function(){a8=document.getElementById("controale");for(i=0;i<this.a3;i++){a9=document.getElementById("spinmenu"+i+"");a9s=a9.style;if(this.isVertical){xi=parseInt(this.r*Math.cos(this.a1+i*this.pas))/this.s;yi=parseInt(this.r*Math.sin(this.a1+i*this.pas));a10=(this.p+xi)/(2*this.p);a11=this.fontsize*(this.p+xi)/(2*this.p)+2;a12=parseInt(100*(this.p+xi)/(2*this.p))}else{xi=parseInt(this.r*Math.cos(this.a1+i*this.pas));yi=parseInt(this.r*Math.sin(this.a1+i*this.pas))/this.s;a10=(this.p+yi)/(2*this.p);a11=this.fontsize*(this.p+yi)/(2*this.p)+2;a12=parseInt(100*(this.p+yi)/(2*this.p))};a13=(this.w-20)*a10+20;a14=(this.h-20)*a10+10;a9s.top=(yi+this.y-a14/2)+"px";a9s.left=(xi+this.x-a13/2)+"px";a9s.width=a13+"px";a9s.fontSize=a11+"px";a9s.zIndex=a12};a8.style.top=this.y+(this.isVertical?this.r:this.p)+this.h/2+6;a8.style.left=this.x-a8.offsetWidth/2;if(this.a1!=this.a2){this.a1=(this.a1>this.a2)?(this.a1-this.pas/this.v):(this.a1+this.pas/this.v);if(Math.abs(this.a1-this.a2)<this.pas/this.v) this.a1=this.a2;setTimeout("eye.muta()",10)}},spinmenuclose:function(){this.pas=2*Math.PI/this.a3;document.write('<div id="controale" style="position:absolute"><button style="border=0; background-color=#339966;" type="" onclick="eye.a2+=eye.pas;eye.muta()" onfocus="this.blur()"><font color="#00FF00"><< </font></button> <button style="border=0; background-color:#339966;" type="" onclick="eye.a2-=eye.pas;eye.muta()" onfocus="this.blur()"><font color="#00FF00"> >></font></button></div>');eye.muta()}}; function getposOffset(what, offsettype){var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;var parentEl=what.offsetParent;while (parentEl!=null){totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft :totaloffset+parentEl.offsetTop;parentEl=parentEl.offsetParent;}return totaloffset; } </script> </HEAD><body> <script type="text/javascript"> eye.isVertical = 0; //if it's vertical or horizontal [0|1] eye.x = 450; // x offset from point of insertion on page eye.y = 10; // y offset from point of insertion on page eye.w = 150; // item's width eye.h = 30; // height eye.r = 100; // menu's radius eye.v = 20; // velocity eye.s = 8; // scale in space (for 3D effect) eye.color = '#333300'; // normal text color eye.colorover = '#ff3300'; // mouseover text color eye.backgroundcolor = '#99cc00'; // normal background color eye.backgroundcolorover = '#66cc99'; // mouseover background color eye.bordercolor = '#ff3300'; //border color eye.fontsize = 14; // font size eye.fontfamily = 'Arial'; //font family if (document.getElementById){ document.write('<div id="spinanchor" style="height:'+eval(eye.h+20)+'"></div>') eye.anchor=document.getElementById('spinanchor') eye.spinmenu(); eye.x+=getposOffset(eye.anchor, "left") //relatively position it eye.y+=getposOffset(eye.anchor, "top") //relatively position it //menuitem: eye.spinmenuitem(text, link, target) eye.spinmenuitem("Şiir Gezgini","http://siir.gezginler.net"); eye.spinmenuitem("Ekart","http://ekart.gezginler.net"); eye.spinmenuitem("Javascriptler","http://javascript.gezginler.net"); eye.spinmenuitem("Download","http://www.gezginler.net/modules/mydownloads/"); eye.spinmenuitem("Online Oyunlar","http://www.gezginler.net/modules/FlAsH_GaMeS"); eye.spinmenuitem("Arama Motorları","http://www.gezginler.net/modules/nsections/index.php?op=viewarticle&artid=23"); eye.spinmenuclose(); } </script> </body> <!--- KAYNAK: http://www.gezginler.net ---> HTML Code:
<SCRIPT LANGUAGE="javascript"> <!-- Script Copyright © JemWeb 1997. All rights reserved. --> <!-- function JemWebCONFIRM(){if (!confirm ("UYARI!.. Bu site web tasarimi hakkindadir. Gerçekten girmek istiyormusun ?")) history.go(-1);return " "} document.writeln(JemWebCONFIRM()) <!-- END --> </SCRIPT> HTML Code:
<iframe id="onbirim_puan_durumu1" src="http://www.onbirim.com/paylasim/puandurumu1.aspx" framespacing="0" frameborder="no" scrolling="no" width="300" height="300" allowtransparency="true" marginwidth="0" marginheight="0"></iframe> HTML Code:
<!--- KAYNAK: http://www.gezginler.net ---> <style type="text/css"> .glidetext{ position: relative; /*Set initial position of your text. Make it just enough to hide the text from view:*/ left: -1100px; } </style> <script type="text/javascript"> //Sequential fly-in text script- by JavaScriptKit.com var pausebetweenmsg=10 //customize pause in miliseconds between each message showing up (3000=3 seconds) var glidespeed=50 //customize glide speed in pixels per frame. var curobjindex=0 function actualstyle(el, cssproperty){ if (el.currentStyle) return el.currentStyle[cssproperty] else if (window.getComputedStyle){ var elstyle=window.getComputedStyle(el, "") return elstyle.getPropertyValue(cssproperty) } } function collectElementbyClass(){ var classname="glidetext" glidearray=new Array() var inc=0 var alltags=document.all? document.all : document.getElementsByTagName("*") for (i=0; i<alltags.length; i++){ if (alltags[i].className==classname) glidearray[inc++]=alltags[i] } if (glidearray.length>0) onebyoneglide() } function onebyoneglide(){ if (curobjindex<glidearray.length) glidetimer=setInterval("glideroutine()",5) } function glideroutine(){ if (parseInt(actualstyle(glidearray[curobjindex], "left"))<0) glidearray[curobjindex].style.left=parseInt(actualstyle(glidearray[curobjindex], "left"))+50 else{ glidearray[curobjindex].style.left=0 curobjindex++ clearInterval(glidetimer) setTimeout("onebyoneglide()", pausebetweenmsg) } } if (window.addEventListener) window.addEventListener("load", collectElementbyClass, false) else if (window.attachEvent) window.attachEvent("onload", collectElementbyClass) else if (document.getElementById) window.onload=collectElementbyClass </script> <table> <tr > <td width="200" align="right"><div align="right" class="glidetext"><strong><font size="-1" color="#000080">SOL MENÜ </font> </strong></div><div align="right" class="glidetext"><img src="http://www.gezginler.net/modules/javascripts/ornek/menu/Sp.gif" width="110"></div><font size="-1"><div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div><br> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div><br> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div></font><br><br><br><br><br><br><br><br></td> <td width="700" align="right"><div class="glidetext"><strong><font size="-1" color="#000080">SAĞ MENÜ </font></strong> </div><div align="right" class="glidetext"><img src="http://www.gezginler.net/modules/javascripts/ornek/menu/Sp.gif" width="110"></div><font size="-1"><div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div><br> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div><br> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div> <div class="glidetext"><a href="http://www.gezginler.net">Akan Menü scripti </a></div></font><br> <div align="center" class="glidetext"><img src="http://www.gezginler.net/images/camel.gif" height="140" width="110"> </div></td> </tr> </table> <!--- KAYNAK: http://www.gezginler.net ---> HTML Code:
<script language="Javascript"> <!-- var x = 0 var speed = 90 var text = "www.varlikyucel.ws.tc" 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> HTML Code:
<center> <iframe name="wanted_scatMan" height="1000" width="1000" src="http://www.canlitv.com/webmaster/player.php?style=1" border="0" frameborder="0" scroll="0"></iframe></center><br /> </span> </tr> HTML Code:
<table border="0" cellpadding="1" cellspacing="0" bgcolor="#DCDCDC"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#F5F5F5"><tr> <td bgcolor="#DCDCDC"><font face="verdana" size="2" color="#000000"> <b>Genel Haberler</b></font></td></tr><tr><td><font face="verdana" color="#000000" size="2"> <script language="JavaScript" type="text/javascript" src="http://webmasterim.com/haber_servisi/haber.php?kategori=genel"></script></font></td></tr></table></td></tr></table> HTML Code:
<!-- BEGIN bunnyhero labs pet code --> <table border="0" cellpadding="0" cellspacing="0" width="250"><tr><td> <script language="javascript" type="text/javascript" src = "http://bunnyherolabs.com/adopt/embed-js.php?b=bWM9ZG9nLnN3ZiZjbHI9MHhkYmRiZGImY249Ym9keSZhbj1ib2R5"> </script></td></tr><tr><td align="center"><small><a href="http://bunnyherolabs.com/adopt/">adopt your own virtual pet!</a></small></td></tr></table> <!-- END bunnyhero labs pet code --> HTML Code:
<!--- KAYNAK: http://www.gezginler.net ---> <HEAD> <!--Ben Joffe http://www.joffe.tk/--> <script> var linkurl="http://www.gezginler.net/"; var loadtime=4; var clicktext="Üzgünüz! Linkin aktif hale geçebilmesi için birkaç saniye beklemelisiniz..."; var linkactive="<strong><font color=#FF0000><br>Link şimdi aktif!</font></strong>" var automaticlink=0; var doload=0;var doing=0;var loadsize=1; function cont() { if (doload==0 & loadsize>1) loadsize=loadsize- 1; if (doload==1 & loadsize<loadtime*20) loadsize=loadsize- -1; loader.width=Math.round(loadsize/(loadtime*20)*(loadarea.width-2-(loadarea.border*2))); if (loadsize>1 & loadsize<loadtime*20) {setTimeout('cont()', 0050); doing=1} else {doing=0} if (loadsize>=loadtime*20){activeshow.innerHTML=linkactive; if (automaticlink==1)checklink();}else{activeshow.innerHTML=""}} function loading() {doload=1;if (doing==0) cont();} function stopping() {doload=0;if (doing==0) cont();} function checklink(instantly){if (loadsize>=loadtime*20) {window.location.href=linkurl;doing=2} else alert(clicktext)} </script> </HEAD> <BODY> <p align=center><a href="javascript:checklink()" onmouseover=loading() onmouseout=stopping()><FONT color=#115585 size=3>Mouse imlecini, bu link üzerine getiriniz...</FONT></a><table border="0" id="loadarea" cellspacing="0" width="122" cellpadding="0"><tr><td><table width="0" height="5" id="loader" bgcolor="#0000FF" border="0" cellspacing="0" cellpadding="0"><tr><td></td></tr></table></td></tr></table> <span id=activeshow></span> <br> <br> <!--- KAYNAK: http://www.gezginler.net ---> e artık +repi hakettim heralde (devamı gelecek) |
|
|
|
|
|
#2 |
|
Bağımlı
![]() Giriş Tarihi: 06-07-2005
Yer: 'im seni eti puf..
Yaş: 23
Mesajlar: 715
Rep Puanı: 1197600
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
saol dostum paylaşım için teşekkürler
|
|
|
|
|
|
#3 |
|
Sadık Üye
![]() Giriş Tarihi: 16-03-2005
Yer: ucsuz bucaksız
Yaş: 24
Mesajlar: 2,875
Rep Puanı: 1071185
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
[Linkleri sadece kayıtlı üyelerimiz görebilir.ForumTR üyesi olmak için tıklayınız] e girmeleri yeter bence
|
|
|
|
|
|
#4 |
|
Üye
![]() ![]() ![]() Giriş Tarihi: 21-07-2006
Mesajlar: 145
Rep Puanı: 193455
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
ewt gezginler.net te biçok kod var ama burdakilerin hepsi gezginlerden değil
|
|
|
|
![]() |
| Bu konunun kısa yolunu aşağıdaki sitelere ekleyebilirsiniz |
| Konu Araçları | |
|
|
|
ForumTR Servisleri: ForumTR Video - ForumTR Haber - ForumTR Oyun - ForumTR Chat - ForumTR Mail - ForumTR IRC
Vize İşlemi | Haberler | Okul Arkadaşım Sitemiz bir forum sitesi
olduğu için kullanıcılar her türlü görüşlerini önceden onay olmadan anında
siteye yazabilmektedir. |