Forum'da ara:
Ara


Yazar Mesaj
Mesaj31.08.2009, 19:33 (UTC)    
Mesaj konusu: Kodu nereye =???

Kod:
<!--- titlebar --->
<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit       
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************

var message="YAZİ BURAYA GELECEK"     //specifys the title
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>


<!--- Titlebar --->


bu kodu nereye Yerleştireceğimi bilen varmı ???
Mesaj31.08.2009, 19:35 (UTC)    
Mesaj konusu:

tasarım ayarları gelişmiş ayarlar tasarım üzerine yada altına yazan yere yapıştır
______________
WwW.WeBLiYiZ.Tr.Gg
Mesaj31.08.2009, 19:57 (UTC)    
Mesaj konusu:

oralara koyunca sayfa daktilo gibi yazmıyo denedim onu
Mesaj31.08.2009, 20:02 (UTC)    
Mesaj konusu:

anasayfaya eklermisin kodu bşrde oyle dene
______________
WwW.WeBLiYiZ.Tr.Gg
Mesaj31.08.2009, 22:35 (UTC)    
Mesaj konusu:

mesela ben siteme son dk haberleri ekleyeceğim bana yukarıdaki gibi bi kod veriyorlar ben onu nereye yapıştırıp ta ana sayfamda haberler geçecek?
Mesaj01.09.2009, 06:55 (UTC)    
Mesaj konusu:

bozuo herşeyi ya off :SadSad
Önceki mesajları göster:   


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