Текущая дата: Среда, 27.11.2024, 15:39
Приветствую Вас Прохожий | RSS
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
печатаеться название
sensДата: Понедельник, 18.05.2009, 09:39 | Сообщение # 1
Флудераст форума
Группа: Заблокированные
Сообщений: 65535
Награды: 0
Репутация: 4
Статус: Offline
<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="Michael Dillon's dynamic title script" //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@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>
var message="Michael Dillon's dynamic title script" //specifys the title

скрипт вставляем в любое место шаблона
текст Michael Dillon's dynamic title script меняешь на свой))

Добавлено (18.05.2009, 09:39)
---------------------------------------------
буд полезно




Ник перса koft2!
 
SemEMPДата: Понедельник, 18.05.2009, 16:58 | Сообщение # 2
Адепт
Группа: Осколок солнца
Сообщений: 40
Награды: 0
Репутация: 0
Статус: Offline
Что за фигня? surprised

Мой перс в игре
 
sensДата: Понедельник, 18.05.2009, 18:17 | Сообщение # 3
Флудераст форума
Группа: Заблокированные
Сообщений: 65535
Награды: 0
Репутация: 4
Статус: Offline
эт не фигня эт скрипт biggrin



Ник перса koft2!
 
SemEMPДата: Понедельник, 18.05.2009, 21:27 | Сообщение # 4
Адепт
Группа: Осколок солнца
Сообщений: 40
Награды: 0
Репутация: 0
Статус: Offline
Ну тебе видней и что с ним делать?

Мой перс в игре
 
sensДата: Вторник, 19.05.2009, 14:55 | Сообщение # 5
Флудераст форума
Группа: Заблокированные
Сообщений: 65535
Награды: 0
Репутация: 4
Статус: Offline
вставит в панеле в форум чтобы название сайта печаталось



Ник перса koft2!
 
  • Страница 1 из 1
  • 1
Поиск: