Лучшие игры недели
Группа: Гость
Сегодня: 17.05.2024
Лента последних сообщений форума
Участники Правила Поиск

  • Страница 1 из 1
  • 1
Архив - только для чтения
Игровой форум » Корзина » Корзина » Анимированое название сайта (тег <title>)
Анимированое название сайта (тег <title>)
FOZ)JacK
Дата: Среда, 06.07.2011, 17:34 | Сообщение # 1
1 LVL
Сообщений: 12
Награды: 0
Репутация: 0
Замечания: 20%
Code
<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="ЗДЕСЬ ПИШЕМ СВОЙ ТЕКСТ" //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>


Скрин не нужен
 
St0ne-
Дата: Понедельник, 01.08.2011, 19:02 | Сообщение # 2
Настроение осень
Сообщений: 799
Награды: 37
Репутация: 7601
Замечания: 0%
нету скрина
 
St0ne-
Дата: Понедельник, 01.08.2011, 19:02 | Сообщение # 3
Настроение осень
Сообщений: 799
Награды: 37
Репутация: 7601
Замечания: 0%
Данная тема была перемещена из раздела Скрипты для uCoz.
Причина перемещения: Причина не указана

Переместил: St0ne-.
 
Игровой форум » Корзина » Корзина » Анимированое название сайта (тег <title>)
  • Страница 1 из 1
  • 1
Поиск: