Опрос
 
 
Какая у Вас операционная система?
(174 ответа)
ОтветитьАрхив
Каталог файлов
Главная » Файлы » Всё для вебмастера » Javascript » Название печатается!!!

Название печатается!!!


Вставлять в редакторе страниц после
Code
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

это:

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="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>


Категория: Javascript | Добавил: 7soft
Просмотров: 1295 | Загрузок: 0 | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Форма входа
 
 
Гость

Вход Регистрация
Мини-чат
 
 
!!!
Присоединяйся!
 
 
Наша кнопка
 
 
Мы будем вам признательны, если вы разместите нашу кнопку у себя на сайте:



Статистика
 
 
ОнлайнПодробно
Онлайн всего: 1
Гостей: 1
Пользователей: 0
18:57
05.05.2024
Внимание! Здравствуйте, гость!
Мы просим Вас зарегистрироваться на нашем сайте, или войти под своим логином.