Forum'da ara:
Ara


Yazar Mesaj
Mesaj21.04.2010, 09:34 (UTC)    
Mesaj konusu: Yardım Edin lütfen

http://i1004.hizliresim.com/2010/4/21/1645.jpg

bu adrese girip bakın hani şu Sitenin faviconun yanında yazı yazıyor onu nasıl kaydıran yapacağız?
______________

Ne mutlu Türküm diyene! M. Kemal Atatürk
Mesaj21.04.2010, 09:47 (UTC)    
Mesaj konusu:

Kod:
<script language=JavaScript> 
<!-- 
var left="["; 
var right="]"; 
var msg=" BURAYA YAZ"; 
var speed=200; 

function scroll_title() { 
document.title=left+msg+right; 
msg=msg.substring(1,msg.length)+msg.charAt(0); 
setTimeout("scroll_title()",speed); 

scroll_title(); 

// End --> 
</SCRIPT> 



Bunu Deneyin Kontrol ettim çalışıyor
Mesaj21.04.2010, 09:48 (UTC)    
Mesaj konusu:

fbml-kodcusu yazmış:
Kod:
<script language=JavaScript> 
<!-- 
var left="["; 
var right="]"; 
var msg=" BURAYA YAZ"; 
var speed=200; 

function scroll_title() { 
document.title=left+msg+right; 
msg=msg.substring(1,msg.length)+msg.charAt(0); 
setTimeout("scroll_title()",speed); 

scroll_title(); 

// End --> 
</SCRIPT> 



Bunu Deneyin Kontrol ettim çalışıyor


ama nereye koymam gerekiyor
______________

Ne mutlu Türküm diyene! M. Kemal Atatürk
Mesaj21.04.2010, 09:51 (UTC)    
Mesaj konusu:

Kodu Veren Benim Kodu Tasarım üstüne altına Sagına soluna nereye koysanız calışır
______________

Bizde İsteyene İstedigi Kadar Sevgi,İsteyene İstemedigi Kadar Mermi Mevcuttur!
Mesaj21.04.2010, 09:53 (UTC)    
Mesaj konusu:

catlak-site55 yazmış:
Kodu Veren Benim Kodu Tasarım üstüne altına Sagına soluna nereye koysanız calışır



teşekkürler
______________

Ne mutlu Türküm diyene! M. Kemal Atatürk
Mesaj21.04.2010, 10:07 (UTC)    
Mesaj konusu:

Baktım güzel olmuşVery Happy
______________

Bizde İsteyene İstedigi Kadar Sevgi,İsteyene İstemedigi Kadar Mermi Mevcuttur!
Mesaj21.04.2010, 10:09 (UTC)    
Mesaj konusu:

catlak-site55 yazmış:
Baktım güzel olmuşVery Happy



rica ederim senin sayende
______________

Ne mutlu Türküm diyene! M. Kemal Atatürk
Mesaj21.04.2010, 10:11 (UTC)    
Mesaj konusu:

Kod:
</head><script language="JavaScript1.2">

var message=" Yazınızı Buraya Yazın" //kayan başlık
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces( at )150 each = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}

window.onload=titler
</script></head>
Mesaj21.04.2010, 10:14 (UTC)    
Mesaj konusu:

mertphotograph yazmış:
Kod:
</head><script language="JavaScript1.2">

var message=" Yazınızı Buraya Yazın" //kayan başlık
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces( at )150 each = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}

window.onload=titler
</script></head>






Kod:
<script language=JavaScript> 
<!-- 
var left="["; 
var right="]"; 
var msg=" BURAYA YAZ"; 
var speed=200; 

function scroll_title() { 
document.title=left+msg+right; 
msg=msg.substring(1,msg.length)+msg.charAt(0); 
setTimeout("scroll_title()",speed); 

scroll_title(); 

// End --> 
</SCRIPT>




arasındaki fark ne acaba[/code]
______________

Ne mutlu Türküm diyene! M. Kemal Atatürk
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu