![]() |
|
| Главная » Файлы » Скрипты |
| 23.04.2010, 21:18 | |
![]() Скрипт печатающегося заголовка ставим между head <script language="JavaScript1.2"> var message="Название вашего сайта (можно менять)" var message=message+" " i="0" var temptitle="" var speed="170" function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) temptitle=temptitle+message.charAt(i) i++ if (i==message.len gth) { i="0" temptitle="" } setTimeout("titler()",speed) } window.onload=titler </script> | |
| Просмотров: 584 | Загрузок: 0 | Комментарии: 2 | Рейтинг: 0.0/0 | |
| Всего комментариев: 0 | |