Шапки, Шаблоны, Иконки, Скрипты и Всё для Ucoz - Главная страница
Среда, 08.05.2024, 01:00
Приветствую Вас Гость | RSS

Мой сайт

Меню сайта
Мини-чат
Наш опрос
Вам нравится наш дизайн сайта?
Всего ответов: 61
Статистика

Онлайн всего: 1
Гостей: 1
Пользователей: 0
Форма входа
Логин:
Пароль:
Главная » Файлы » Ucoz » Скрипты для ucoz

Скрипт "До Нового года осталось..." by TRANE73
[ · Скриншот ] 08.12.2010, 17:17

В скрипте написано сколько еще осталось до Нового года! В днях, часах, минутах и секундах! Причём информация обновляется каждую секунду!
Code
<CENTER>  
<script type="text/javascript">  
function cdtime(container, targetdate){  
  if (!document.getElementById || !document.getElementById(container)) return  
  this.container=document.getElementById(container)  
  this.currentTime=new Date()  
  this.targetdate=new Date(targetdate)  
  this.timesup=false  
  this.updateTime()  
}  
cdtime.prototype.updateTime=function(){  
  var thisobj=this  
  this.currentTime.setSeconds(this.currentTime.getSeconds()+1)  
  setTimeout(function(){thisobj.updateTime()}, 1000)  
}  
cdtime.prototype.displaycountdown=function(baseunit, functionref){  
  this.baseunit=baseunit  
  this.formatresults=functionref  
  this.showresults()  
}  
cdtime.prototype.showresults=function(){  
var thisobj=this  
var timediff=(this.targetdate-this.currentTime)/1000  
  if (timediff<0){  
  this.timesup=true  
  this.container.innerHTML=this.formatresults()  
return  
}  
var oneMinute=60  
var oneHour=60*60  
var oneDay=60*60*24  
var dayfield=Math.floor(timediff/oneDay)  
var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour)  
var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute)  
var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute))  
if (this.baseunit=="hours"){  
  hourfield=dayfield*24+hourfield  
  dayfield="n/a"  
  }  
else if (this.baseunit=="minutes"){  
  minutefield=dayfield*24*60+hourfield*60+minutefield  
  dayfield=hourfield="n/a"  
}  
else if (this.baseunit=="seconds"){  
  var secondfield=timediff  
  dayfield=hourfield=minutefield="n/a"  
}  
this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield)  
setTimeout(function(){thisobj.showresults()}, 1000)  
}  
function formatresults2(){  
  if (this.timesup==false){  
  var displaystring="<span class='nonewyear'>"+arguments[0]+" Дней "+arguments[1]+" Часов<br>"+arguments[2]+" Минут "+arguments[3]+" Секунд</span> "  
  }  
  else{  
  var displaystring="<span class='newyear1'>С новым годом!!!</span>"  
  //alert("С новым годом!!!")  
  }  
  return displaystring  
}  
</script>  
<div id="countdowncontainer2"></div>  
<script type="text/javascript">  
  var currentyear=new Date().getFullYear()  
  var thischristmasyear=(new Date().getMonth()==0 && new Date().getDate()==1)? currentyear : currentyear + 1  
  var christmas=new cdtime("countdowncontainer2", "january 1, "+thischristmasyear+" 0:0:00")  
  christmas.displaycountdown("days", formatresults2)  
</script>  
</CENTER>

А вот это нужно вставить в вашу таблицу стилей:

Code
.nonewyear{  
color:#007aff;  
font: bold 12px MS Sans Serif;  
padding: 3px;  
}  
.newyear1{  
color:red;  
font: bold 12px MS Sans Serif;  
padding: 3px;  
}
Категория: Скрипты для ucoz | Добавил: Walker | Теги: осталось..., Скрипт, TRANE73, до, нового, by, Скрипты для uCoz, года
Просмотров: 848 | Загрузок: 0 | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Поиск

Copyright MyCorp © 2024
Хостинг от uCoz