Indonesia
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Untuk mencapai efek ini, diperlukan dua langkah adalah: Tambahkan kode berikut pada area <body>--> <script> <!-- var imageheight=280 var imagewidth=560 var cliptop var clipbottom var clipleft var clipright var clippoints var tempo=100 var stepx=0 var stepy =0 var fungsi pengatur waktu setValues() { if (document.all) { document.all.image.style.posLeft=0 document.all.image.style.posTop=0 document.all.imagecontent.style.posLeft=0 dokumen .semua.imagecontent.style.posTop=0 moveimage() } } fungsi moveimage() { if (stepx<=imagewidth || stepy<=imageheight) { stepx=stepx+12 stepy=stepy+6 image.innerHTML="< span style= 'lebar:"+stepx+"px tinggi:"+stepy+"px;warna latar:000000;filter:alpha(opacity=0,finishopacity=100,style=2'></span>" cliptop= 0 clipbottom= stepy clipleft=0 clipright=stepx clippoints="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.imagecontent.style.clip=clippoints timer=setTimeout("moveimage ()" ,tempo) } else{ clearTimeout(timer) timer=setTimeout("moveimage2()",tempo) } } function moveimage2() { if (stepx>=0 || stepy>=0) { stepx=stepx- 12 stepy= stepy-6 image.innerHTML="<span style='width:"+stepx+"px; tinggi:"+stepy+"px;background-color:000000;filter:alpha(opacity=0,finishopacity=100, style=2 '></span>" cliptop=0 clipbottom=stepy clipleft=0 clipright=stepx clippoints="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.imagecontent .style.clip=clippoints timer=setTimeout("moveimage2()",tempo) } else{ stepx=0 stepy=0 clearTimeout(timer) timer=setTimeout("moveimage()",tempo) } } --> </ skrip> < DIV id=imagecontent style="LEFT: -5000px; POSITION: absolute; TOP: -5000px"><IMG height=421 src="" width=735></DIV> <DIV id=image style=" POSISI: absolut ; ATAS: -50px"></DIV> <!--Langkah 2: Tambahkan "onload=setValues()" ke tag <body>. Misalnya: --> <body onload=setValues()>