- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
<html>
<head>
<title>Vargo</title>
<script type="text/javascript">
var c=0;
var t;
var timer_is_on=0;
function timedCount()
{
var pict=document.getElementById('picture');
pict.innerHTML="<center><IMG align=center src=\""+get_random(55)+".jpg></center>";
t=setTimeout("timedCount()",1000);
}
function doTimer()
{
if (!timer_is_on)
{
timer_is_on=1;
timedCount();
}
}
function get_random(a)
{
var ranNum= Math.floor(Math.random()*a);
return ranNum;
}
</script>
</head>
Показывает разные картинки меняя через секунду http://netelis.narod.ru/cnv.html
Lure Of Chaos 12.06.2011 20:33 # 0
> <center>
странно видеть это рядом
wvxvw 12.06.2011 23:32 # 0
AliceGoth 13.06.2011 00:23 # 0
Vasiliy 13.06.2011 12:32 # 0
bugmenot 13.06.2011 00:41 # +3
Lure Of Chaos 13.06.2011 13:28 # 0
guest8 08.04.2019 20:56 # −999
guest8 09.04.2019 18:04 # −999
guest8 09.04.2019 18:05 # −999