Действительно полезные скрипты - календари, часы и т.д.
Укажите, плиз:
1) Работоспособность. (Работает/TTS)
2) Для чего нужен. (Например, часы форума).
3) Куда его вставлять. (ХТМЛ-ВЕРХ, ХТМЛ-НИЗ, ХТМЛ-ФОРМА ОТВЕТА).
4) Сам скрипт как "код".
З.Ы: СКРИПТЫ, ПОМЕЧЕННЫЕ "TTF" ИСПОЛЬЗОВАТЬ ЗАПРЕЩЕНО!!!
З.Ы.Ы: Вы сами так же помечайте "TTF" скрипты, которые перекрывают другие замедляют работу форума и т.д.
Скрипты, повышающие функциональность
Страница: 1
Сообщений 1 страница 3 из 3
Поделиться12009-04-19 16:43:26
Поделиться22009-04-19 16:45:45
1) Работает.
2) В ХТМЛ-ВЕРХ (в самый верх).
3) Прикольные розовые часики с сердечками.
4)
Код:
<center>
<table border="0" bordercolor="" width="105" height="60" background="http://img137.imageshack.us/img137/1762/052srtf8.gif">
<tr>
<td align="center">
<script>
document.write("<FONT color='#f80031' face='tahoma' style='font-size-6 : 9px;'>");
var clockid=new Array()
var clockidoutside=new Array()
var i_clock=-1
var thistime= new Date()
var hours=thistime.getHours()
var minutes=thistime.getMinutes()
var seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
var thistime = hours+":"+minutes
function writeclock() {
i_clock++
if (document.all || document.getElementById || document.layers) {
clockid[i_clock]="clock"+i_clock
document.write("<span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span>")
}
}
function clockon() {
thistime= new Date()
hours=thistime.getHours()
minutes=thistime.getMinutes()
seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
thistime = hours+":"+minutes
if (document.all) {
for (i=0;i<=clockid.length-1;i++) {
var thisclock=eval(clockid[i])
thisclock.innerHTML=thistime
}
}
if (document.getElementById) {
for (i=0;i<=clockid.length-1;i++) {
document.getElementById(clockid[i]).innerHTML=thistime
}
}
var timer=setTimeout("clockon()",1000)
}
window.onload=clockon
</script><script>writeclock()</script></td></tr></table>
<br>
</center>Поделиться32009-04-19 17:04:53
Это вообще-то не скрипт. Но поместить больше некуда.
1) Работает.
2) Отсчёты.
3) В HTML-ВЕРХ
4)
Код:
Отсчёт от создания форума: <a href="http://line.mole.ru/" target="_blank"><img src="http://line.mole.ru/love/10042009_1_49_097_3_4_10_Hcde0f8e5ec-f320f4ee-f0f3ecf3-20f3e6e5-__.gif"
Код:
Отсчёт до каникул: <a href="http://line.mole.ru/" target="_blank"><img src="http://line.mole.ru/animal/01062009_0_05_25_5_8_3_Hc4ee20eae0-ede8eaf3-eb20eef1-f2e0ebee-f1fc__.gif
"
Страница: 1