Главная » 2010 » Декабрь » 16 » Красивый счётчик до Нового Года
13:51:29
Красивый счётчик до Нового Года

Красивый счётчик до Нового Года.
Счётчик показывает время до Нового Года в часах,минутах,секундах и мили секундах.

Ставим в любое место:

Code
<center><table><tr><td>
<span style="color: rgb(39, 56, 97); font: 26pt Monotype Corsiva,cursive;">
<img src="http://u-ucoz.ru/files/santa000.jpg" alt="" border="0"></span>
</td><td><div id="x1" ></div>  
<script language="JavaScript">  
var timeStr, dateStr, ostStr, x;  
function clock() {  
  now= new Date();  
  ex = new Date(2011,0,1,0,0,0);  
  hours= now.getHours();  
  minutes= now.getMinutes();  
  seconds= now.getSeconds();  
  timeStr= "" + hours;  
  timeStr+= ((minutes < 10) ? ":0" : ":") + minutes;  
  timeStr+= ((seconds < 10) ? ":0" : ":") + seconds;  
  date= now.getDate();  
  month= now.getMonth()+1;  
  year= now.getYear();  
  dateStr= "" + date;  
  dateStr+= ((month < 10) ? "/0" : "/") + month;  
  dateStr+= "/" + year;  
  ostStr= "";  
  x = (ex.getTime() - now.getTime())/1000;  
  ostStr = Math.floor(x/60/60) + ' ч. ';  
  ostStr = ostStr + Math.floor((x/60/60 - Math.floor(x/60/60))*60) + ' мин. ';  
  x = (((x/60/60 - Math.floor(x/60/60))*60) - Math.floor((x/60/60 - Math.floor(x/60/60))*60))*60;  
  ostStr = ostStr + Math.floor(x) + ' сек. ';  
  x = (x - Math.floor(x))*10;  
  ostStr = ostStr + Math.floor(x) + ' мс. ';
  document.getElementById('x1').innerHTML ='<P align=center><FONT color=000000 size=3><b>До нового года осталось:</b><br><FONT color=#ed3a0e size=5>' + ostStr;
  Timer= setTimeout("clock()",10);  
}
clock();  
</script>
</td><td>
<span style="color: rgb(39, 56, 97); font: 26pt Monotype Corsiva,cursive;">
<img src="http://u-ucoz.ru/files/santa000.jpg" alt="" border="0"></span>
</td></tr></table></center>
</td><td>

<span style="color: rgb(39, 56, 97); font: 26pt Monotype Corsiva,cursive;">
<img src="santa000.jpg" alt="" border="0"></span>
</td></tr></table></center>
Скрипты для uCoz | Просмотров: 1735 | Добавил: RAIDER
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]