Geri Dön   Forum Ti > Programlama Dilleri ve İnternet > Web Tasarım
Üye Ol Üye Listesi Takvim Forumları Okundu İşaretle

Web Tasarım İnternet sitesi ile ilgili kodlar, kaynaklar, ipuçları, uygulamalar ve diğer herşey.

Cevap
 
Konu Araçları
Eski 16.04.2007   #1 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan Hazır Kodlar

Not:Bütün Kodlar Alıntıdır...

Online radyo


Kod:
 <font size="2"><span lang="en-us"> 
<object id="Player1" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="44" width="694" align="left"> 
<param name="URL" value="http://Forum Kuralları!!!/kpig.asx"> 
<param name="rate" value="1"> 
<param name="balance" value="0"> 
<param name="currentPosition" value="0"> 
<param name="defaultFrame" value> 
<param name="playCount" value="1"> 
<param name="autoStart" value="-1"> 
<param name="currentMarker" value="0"> 
<param name="invokeURLs" value="-1"> 
<param name="baseURL" value> 
<param name="volume" value="100"> 
<param name="mute" value="0"> 
<param name="uiMode" value="full"> 
<param name="stretchToFit" value="-1"> 
<param name="windowlessVideo" value="-1"> 
<param name="enabled" value="-1"> 
<param name="enableContextMenu" value="-1"> 
<param name="fullScreen" value="0"> 
<param name="SAMIStyle" value> 
<param name="SAMILang" value> 
<param name="SAMIFilename" value> 
<param name="captioningID" value> 
<param name="enableErrorDialogs" value="0"> 
<param name="_cx" value="6562"> 
<param name="_cy" value="6535"> 
</object> 
</span></font>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Bu mesaj için eray553 kişisine teşekkür edenler:
burkicik3 (02.09.2007), özüm (10.01.2008), _medcezir_53 (13.05.2007)
Eski 16.04.2007   #2 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

İstediğin resimlerle slayt gösterisi


Kod:
 <script language="JavaScript1.2"><!-- 

/* 
DHTML Slayt Gösteri 
*/ 


//Specify the slider's width (in pixels) 
var sliderwidth=330 
//Specify the slider's height (in pixels, pertains only to NS) 
var sliderheight=145 
//Specify the slider's scroll speed (larger is faster) 
var slidespeed=4 

//Specify the slider's images 
var leftrightslide=new Array() 
var finalslide='' 
leftrightslide[0]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic1.jpg" border=1></a>' 
leftrightslide[1]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic2.jpg" border=1></a>' 
leftrightslide[2]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic3.jpg" border=1></a>' 
leftrightslide[3]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic5.jpg" border=1></a>' 
leftrightslide[4]='<a href="http://www.Forum Kurallarını Okuyalım !!!"><img src="images/Pic4.jpg" border=1></a>' 


///////do NOT edit pass this line//////////////////////////////////// 

var copyspeed=slidespeed 
//copy contents of leftrightslide into one variable 
for (i=0;i<leftrightslide.length;i++) 
finalslide=finalslide+leftrightslide[i]+" " 


if (document.all){ 
//dynamically write out the marquee tag 
document.write('<marquee id="ieslider" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>') 
//stop marquee when mouse is over it 
ieslider.onmouseover=new Function("ieslider.scrollAmount=0") 
//re-enable marquee when mouse is out 
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=slidespeed") 
} 

function regenerate(){ 
window.location.reload() 
} 
function regenerate2(){ 
if (document.layers){ 
document.ns_slider01.visibility="show" 
setTimeout("window.onresize=regenerate",450) 
intializeleftrightslide() 
} 
if (document.all) 
ieslider.scrollAmount=slidespeed 
} 

//NS specific function for initializing slider upon page load 
function intializeleftrightslide(){ 
document.ns_slider01.document.ns_slider02.document.write('<nobr>'+finalslide+'</nobr>') 
document. ns_slider01.document.ns_slider02.document.close() 
thelength=document.ns_slider01.document.ns_slider02.document.width 
scrollslide() 
} 

//NS specific function for sliding slideshow 
function scrollslide(){ 
if (document.ns_slider01.document.ns_slider02.left>=thelength*(-1)){ 
document.ns_slider01.document.ns_slider02.left-=slidespeed 
setTimeout("scrollslide()",100) 
} 
else{ 
document.ns_slider01.document.ns_slider02.left=sliderwidth 
scrollslide() 
} 
} 
window.onload=regenerate2 

//--></script> 


<ilayer width=&{sliderwidth}; height=&{sliderheight}; name="ns_slider01" visibility=hide> 
<layer name="ns_slider02" onmouseover="slidespeed=0;" onmouseout="slidespeed=copyspeed"></layer> 
</ilayer>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Bu mesaj için eray553 kişisine teşekkür edenler:
burkicik3 (02.09.2007), OK21 (03.07.2007), _medcezir_53 (13.05.2007)
Eski 16.04.2007   #3 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Dinamik Anolok saat


Kod:
 <head></head> 
<body> 
<script language="JavaScript"> 
fCol='444444'; //face colour. 
sCol='FF0000'; //seconds colour. 
mCol='444444'; //minutes colour. 
hCol='444444'; //hours colour. 

Ybase=30; //Clock height. 
Xbase=30; //Clock width. 


H='...'; 
H=H.split(''); 
M='....'; 
M=M.split(''); 
S='.....'; 
S=S.split(''); 
NS4=(document.layers); 
NS6=(document.getElementById&&!document.all); 
IE4=(document.all); 
Ypos=0; 
Xpos=0; 
dots=12; 
Split=360/dots; 
if (NS6){ 
for (i=1; i < dots+1; i++){ 
document.write('<div id="n6Digits'+i+'" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:#'+fCol+';text-align:center;padding-top:10px">'+i+'</div>'); 
} 
for (i=0; i < M.length; i++){ 
document.write('<div id="Ny'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+mCol+'"></div>'); 
} 
for (i=0; i < H.length; i++){ 
document.write('<div id="Nz'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+hCol+'"></div>'); 
} 
for (i=0; i < S.length; i++){ 
document.write('<div id="Nx'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+sCol+'"></div>'); 
} 
} 
if (NS4){ 
dgts='1 2 3 4 5 6 7 8 9 10 11 12'; 
dgts=dgts.split(' ') 
for (i=0; i < dots; i++){ 
document.write('<layer name=nsDigits'+i+' top=0 left=0 height=30 width=30><center><font face=Arial size=1 color='+fCol+'>'+dgts[i]+'</font></center></layer>'); 
} 
for (i=0; i < M.length; i++){ 
document.write('<layer name=ny'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>'); 
} 
for (i=0; i < H.length; i++){ 
document.write('<layer name=nz'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>'); 
} 
for (i=0; i < S.length; i++){ 
document.write('<layer name=nx'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>'); 
} 
} 
if (IE4){ 
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); 
for (i=1; i < dots+1; i++){ 
document.write('<div id="ieDigits" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:'+fCol+';text-align:center;padding-top:10px">'+i+'</div>'); 
} 
document.write('</div></div>') 
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); 
for (i=0; i < M.length; i++){ 
document.write('<div id=y style="position:absolute;width:2px;height:2px;font-size:2px;background:'+mCol+'"></div>'); 
} 
document.write('</div></div>') 
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); 
for (i=0; i < H.length; i++){ 
document.write('<div id=z style="position:absolute;width:2px;height:2px;font-size:2px;background:'+hCol+'"></div>'); 
} 
document.write('</div></div>') 
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); 
for (i=0; i < S.length; i++){ 
document.write('<div id=x style="position:absolute;width:2px;height:2px;font-size:2px;background:'+sCol+'"></div>'); 
} 
document.write('</div></div>') 
} 



function clock(){ 
time = new Date (); 
secs = time.getSeconds(); 
sec = -1.57 + Math.PI * secs/30; 
mins = time.getMinutes(); 
min = -1.57 + Math.PI * mins/30; 
hr = time.getHours(); 
hrs = -1.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360; 

if (NS6){ 
Ypos=window.pageYOffset+window.innerHeight-Ybase-25; 
Xpos=window.pageXOffset+window.innerWidth-Xbase-30; 
for (i=1; i < dots+1; i++){ 
document.getElementById("n6Digits"+i).style.top=Ypos-15+Ybase*Math.sin(-1.56 +i *Split*Math.PI/180) 
document.getElementById("n6Digits"+i).style.left=Xpos-15+Xbase*Math.cos(-1.56 +i*Split*Math.PI/180) 
} 
for (i=0; i < S.length; i++){ 
document.getElementById("Nx"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(sec); 
document.getElementById("Nx"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(sec); 
} 
for (i=0; i < M.length; i++){ 
document.getElementById("Ny"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(min); 
document.getElementById("Ny"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(min); 
} 
for (i=0; i < H.length; i++){ 
document.getElementById("Nz"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(hrs); 
document.getElementById("Nz"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(hrs); 
} 
} 
if (NS4){ 
Ypos=window.pageYOffset+window.innerHeight-Ybase-20; 
Xpos=window.pageXOffset+window.innerWidth-Xbase-30; 
for (i=0; i < dots; ++i){ 
document.layers["nsDigits"+i].top=Ypos-5+Ybase*Math.sin(-1.045 +i*Split*Math.PI/180) 
document.layers["nsDigits"+i].left=Xpos-15+Xbase*Math.cos(-1.045 +i*Split*Math.PI/180) 
} 
for (i=0; i < S.length; i++){ 
document.layers["nx"+i].top=Ypos+i*Ybase/4.1*Math.sin(sec); 
document.layers["nx"+i].left=Xpos+i*Xbase/4.1*Math.cos(sec); 
} 
for (i=0; i < M.length; i++){ 
document.layers["ny"+i].top=Ypos+i*Ybase/4.1*Math.sin(min); 
document.layers["ny"+i].left=Xpos+i*Xbase/4.1*Math.cos(min); 
} 
for (i=0; i < H.length; i++){ 
document.layers["nz"+i].top=Ypos+i*Ybase/4.1*Math.sin(hrs); 
document.layers["nz"+i].left=Xpos+i*Xbase/4.1*Math.cos(hrs); 
} 
} 

if (IE4){ 
Ypos=document.body.scrollTop+window.document.body.clientHeight-Ybase-20; 
Xpos=document.body.scrollLeft+window.document.body.clientWidth-Xbase-20; 
for (i=0; i < dots; ++i){ 
ieDigits[i].style.pixelTop=Ypos-15+Ybase*Math.sin(-1.045 +i *Split*Math.PI/180) 
ieDigits[i].style.pixelLeft=Xpos-15+Xbase*Math.cos(-1.045 +i *Split*Math.PI/180) 
} 
for (i=0; i < S.length; i++){ 
x[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(sec); 
x[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(sec); 
} 
for (i=0; i < M.length; i++){ 
y[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(min); 
y[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(min); 
} 
for (i=0; i < H.length; i++){ 
z[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(hrs); 
z[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(hrs); 
} 
} 
setTimeout('clock()',100); 
} 
clock(); 
//--> 
</script> 
<center>Sağ alt köşedeki saate bakın hazirlayan ve sunan Macho_M muratus</center> 
</body>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Bu mesaj için eray553 kişisine teşekkür edenler:
burkicik3 (02.09.2007), _medcezir_53 (13.05.2007)
Eski 16.04.2007   #4 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Mail listesi


Kod:
 <form method="POST" action="ekle.asp" name=""> 
<table width="51%" border="0" cellspacing="0" cellpadding="0" align="center"> 
<tr> 
<td width="42%" height="32"> 
<div align="right"><font size="2">E-Mail Listemize Katılın:</font></div> 
</td> 
<td width="58%" height="32"> 
<input type="text" name="EMail" size="20"> 
<input type="submit" value="Ekle" name="B1"> 
</td> 
</tr> 
</table> 
</form>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 16.04.2007   #5 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Tv'de bugün


Kod:
 <SCRIPT LANGUAGE="JavaScript"> 
<!-- 
function openw(){ 
var anket=window.open("","tv_bugun","width=450,height=420,scrollbars=yes,menubar=no,resizable=yes"); 
} 
//--> 
</SCRIPT> 
<form method="POST" action="Forum Kuralları!!!" 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="eprem.*********.com"> 
</form> 
<script language="javascript" src="/mynet_sistem/hostingad.js"></script><script language="javascript" src="http://Forum Kurallarını Okuyalım !!!.mynet.com/common/hostingad_1.js"></script>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Bu mesaj için eray553 kişisine teşekkür edenler:
burkicik3 (02.09.2007)
Eski 16.04.2007   #6 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Gelen ziyaretçiyi tanımlama


Kod:
 <script> 
<!-- 
// Copyright © 1996-1997 Tomer Shiran. All rights reserved. 
// Permission given to use the script provided that this notice remains as is. 
// Additional scripts can be found at Forum Kuralları!!! 

// Boolean variable specified if alert should be displayed if cookie exceeds 4KB 
var caution = false 

// name - name of the cookie 
// value - value of the cookie 
// [expires] - expiration date of the cookie (defaults to end of current session) 
// [path] - path for which the cookie is valid (defaults to path of calling document) 
// [domain] - domain for which the cookie is valid (defaults to domain of calling document) 
// [secure] - Boolean value indicating if the cookie transmission requires a secure transmission 
// * an argument defaults when it is assigned null as a placeholder 
// * a null placeholder is not required for trailing omitted arguments 
function setCookie(name, value, expires, path, domain, secure) { 
var curCookie = name + "=" + escape(value) + 
((expires) ? "; expires=" + expires.toGMTString() : "") + 
((path) ? "; path=" + path : "") + 
((domain) ? "; domain=" + domain : "") + 
((secure) ? "; secure" : "") 
if (!caution || (name + "=" + escape(value)).length <= 4000) 
document.cookie = curCookie 
else 
if (confirm("Cookie exceeds 4KB and will be cut!")) 
document.cookie = curCookie 
} 

// name - name of the desired cookie 
// * return string containing value of specified cookie or null if cookie does not exist 
function getCookie(name) { 
var prefix = name + "=" 
var cookieStartIndex = document.cookie.indexOf(prefix) 
if (cookieStartIndex == -1) 
return null 
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length) 
if (cookieEndIndex == -1) 
cookieEndIndex = document.cookie.length 
return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex)) 
} 

// name - name of the cookie 
// [path] - path of the cookie (must be same as path used to create cookie) 
// [domain] - domain of the cookie (must be same as domain used to create cookie) 
// * path and domain default if assigned null or omitted if no explicit argument proceeds 
function deleteCookie(name, path, domain) { 
if (getCookie(name)) { 
document.cookie = name + "=" + 
((path) ? "; path=" + path : "") + 
((domain) ? "; domain=" + domain : "") + 
"; expires=Thu, 01-Jan-70 00:00:01 GMT" 
} 
} 

// date - any instance of the Date object 
// * you should hand all instances of the Date object to this function for "repairs" 
// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming" 
function fixDate(date) { 
var base = new Date(0) 
var skew = base.getTime() 
if (skew > 0) 
date.setTime(date.getTime() - skew) 
} 

var now = new Date() 
fixDate(now) 
now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000) 
var name = getCookie("name") 
if (!name) 
name = prompt("Lütfen isminizi yazın:", "Adınız(site sizi bu isimle hatırlıycak.") 
setCookie("name", name, now) 
document.write(" " + name + "") 
//--> 
</script>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 16.04.2007   #7 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Renk değiştiren yazı


Kod:
 <html> 

<head> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> 
<title>Neunkirchen</title> 
</head> 

<body> 

<p> 
<body bgcolor="#000000" text="#FFFFFF"> 
<font size="2" face="Verdana"> 
<script language="JavaScript1.2"> 

<!-- Begin 
function initArray() { 
this.length = initArray.arguments.length; 
for (var i = 0; i < this.length; i++) { 
this[i] = initArray.arguments[i]; 
} 
} 

var ctext = "BURAYA YAZIYI YAZIN"; 
var speed = 1000; 
var x = 0; 
var color = new initArray( 
"yellow", 
"green", 
"blue", 
"white", 
"red", 
"orange" 
); 
if(navigator.appName == "Netscape") { 
document.write('<layer id="c"><center>'+ctext+'</center></layer><br>'); 
} 
if (navigator.appVersion.indexOf("MSIE") != -1){ 
document.write('<div id="c"><center>'+ctext+'</center></div>'); 
} 
function chcolor(){ 
if(navigator.appName == "Netscape") { 
document.c.document.write('<center><font color="'+color[x]); 
document.c.document.write('">'+ctext+'</font></center>'); 
document.c.document.close(); 
} 
else if (navigator.appVersion.indexOf("MSIE") != -1){ 
document.all.c.style.color = color[x]; 
} 
(x < color.length-1) ? x++ : x = 0; 
} 
setInterval("chcolor()",1000); 
// EndA1 --> 

</script></font> 
</p> 

</body> 

</html>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 16.04.2007   #8 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Sayfa yönlendirme



Kod:
 "<head>/</head>" arasında kalan bölüme 
bu kodu ekleyiniz... 

<META HTTP-EQUIV="Refresh" CONTENT="1; url=http://www.google.com/">
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 16.04.2007   #9 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Ziyaretçi uğurlama mesajı


Kod:
 <html> 
<title>Yine bekleriz yada Defol git(bunu tavsiye etmem)</title> 
<head> 
<script language="JavaScript"> 
<!- Hide from Javascript-Impaired browsers 
locnm=location.href; 
pos=locnm.indexof("indexb.htm"); 
locnm1=locnm.substring(O,pos); 
function ByeWin(){ 
windowIMA=window.open("",'anim2','toolbar=no,location=no,directories=no,menubar=no, 
scrollbars=no,status=no,resizable=1,width=360,height=290') 
windowIMA.document.write("<html><title>bilen UĞURLAMA PENCERESİ</title>" 
+"<body bgcolor='black' text='white'><center>" 
+"<form method?get action=""+locnm1+"h5s3.html'>" 
+"<p><font size=4><b>Merhaba<p>Ziyaretiniz Doğrusu Beni Çok Mutlu Etti." 
+"<br>Her Zaman Beklerim<br>Görüşmek Üzere" 
+"<br>Bilen © 2001</b></font></form><br>"); 
} 
//end hiding -> 
</script> 
</head> 
<body bgcolor=aqua text=balck onunload="ByeWin()"> 
<hr> 
<center><h1>Sayfamdan ayrılın bakalım ne ile karşılaşacaksınız</h1></center> 
<hr> 
</body> 
</html>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Bu mesaj için eray553 kişisine teşekkür edenler:
lordoftheorg (25.05.2007)
Eski 16.04.2007   #10 (permalink)
 
eray553  Görüntü Resmi
 
Katılma Tarihi: Eyl 2006
Nereden: Kuşadası
Mesajlar: 1,925
Varsayılan

Status bar da soldan sağa kayan yazı


Kod:
 <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>
eray553 Şuanda Forumda Değil   Alıntı yaparak cevapla
Bu mesaj için eray553 kişisine teşekkür edenler:
ιѕмαιℓ ¢α (17.08.2008), aovunc11 (27.04.2007), lordoftheorg (25.05.2007), usahan (19.07.2007), wırusluu (17.04.2007)
Cevap


Şu Anda Konuyu İnceleyen Aktif Kullanıcılar: 1 (0 üye ve 1 misafir)
 
Konu Araçları


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
worm kodlar felluce Yazılım 4 29.11.2006 18:24
MSN Gizli Kodlar devil_45 Sohbet Programları 5 20.05.2006 20:52


Şu anki forum saati: 01:34.


cnt hizmet sağlayan firma
ForumTi.com'un yapımı ve yayınlanması CNT'ye aittir.
Sitedeki içerikleri foruma ücretsiz şekilde üye olabilen ziyaretçiler oluşturur. Bu içeriklerin sorumluluğu yazana aittir.
Eğer yasak ve aykırı içerik tespit edilirse site yöneticilerine bu konular bildirilir ve kaldırılır. Site yönetimi haberdar edildiğinde sonuç alınamaz ise servis sağlayıcı CNT'ye bildiride bulunabilirsiniz.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd. Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259