Programalama > JAVA SCRIPT

Etiketler: dynamic, html......

Ort. 0
Puan ver:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<SCRIPT LANGUAGE="JavaScript1.2">
<!--
ie4 = ((navigator.appVersion.indexOf("MSIE")>0) && (parseInt(navigator.appVersion) >= 4))
 
var count=0, count2=0, add1 = 3, add2 = 10, timerID
 
function show()
{
 if (ie4) {
    count   +=add1
    count2+=add2
    delay=30
 
    if(count2>100) count2=100
    if(count>100) {
        count=100
        add1 =-10
        add2 =-3
        delay=350
    }
     
    if(count<0) count=0
    if(count2<0) {
        count2=0
        add1 =3
        add2 =10
        delay=200
    }
     
    napis.style.filter="Alpha(Opacity="+count2+",FinishOpacity="+count+",style=2)"
    timerID=setTimeout("show()",delay);
 }
}
 
//-->
</SCRIPT>
</HEAD><BODY><CENTER>
<DIV id="napis" style="width:480; font-family: Arial; font-size: 40pt; color: #0066CC; Filter:Alpha(Opacity=0,FinishOpacity=0,style=2)">
Neunkirchen<BR>in<BR>http://neunkirchen.kolayweb.com 2003
</DIV>
</CENTER>
 
<SCRIPT LANGUAGE="JavaScript">
<!--
 setTimeout('show()',10);
//-->
</SCRIPT>


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2025 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.