ภาษาไทย
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--เพื่อให้บรรลุผลนี้ จำเป็นต้องมีสองขั้นตอน คือ: เพิ่มโค้ดต่อไปนี้ลงในพื้นที่ <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 setValues() { if (document.all) { document.all.image.style.posLeft=0 document.all.image.style.posTop=0 document.all.imagecontent.style.posLeft=0 เอกสาร .all. imagecontent.style.posTop=0 moveimage() } } ฟังก์ชั่น moveimage() { if (stepx<=imagewidth || stepy<=imageheight) { stepx=stepx+12 stepy=stepy+6 image.innerHTML="< span style= 'width:"+stepx+"px; height:"+stepy+"px;สีพื้นหลัง: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 ()" ,จังหวะ) } else{ clearTimeout(timer) timer=setTimeout("moveimage2()",tempo) } } ฟังก์ชั่น moveimage2() { if (stepx>=0 || stepy>=0) { stepx=stepx- 12 stepy= stepy-6 image.innerHTML="<span style='width:"+stepx+"px; height:"+stepy+"px;พื้นหลัง-สี: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) } } --> </ สคริปต์> < DIV id=imagecontent style="LEFT: -5000px; POSITION: Absolute; TOP: -5000px"><IMG height=421 src="" width=735></DIV> <DIV id=image style=" ตำแหน่ง: สัมบูรณ์ ; TOP: -50px"></DIV> <!--ขั้นตอนที่ 2: เพิ่ม "onload=setValues()" ลงในแท็ก <body> ตัวอย่างเช่น: --> <body onload=setValues()>