ภาษาไทย
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> เพื่อให้บรรลุผลนี้ จำเป็นต้องมีสองขั้นตอน : เพิ่มโค้ดต่อไปนี้ลงในพื้นที่ <body> <script language="JavaScript"> Destination='http://www.downcodes.com/'; Messages=new Array() Messages[0]="Welcome To Website Building Academy"; Messages[1]="ไซต์นี้รวบรวมการเรียนรู้เกี่ยวกับการผลิตหน้าเว็บ เทคนิคพิเศษของหน้าเว็บ การผลิตแอนิเมชั่น คู่มือการสร้างเว็บไซต์ และการเขียนโปรแกรมเครือข่าย"; Messages[2]="คุณสามารถเพิ่มเอฟเฟกต์พิเศษได้หลายรายการให้กับเอฟเฟกต์พิเศษนี้ code ยินดีต้อนรับเข้าสู่ http://www .downcodes.com"; FntFace='宋体'; FntColour='66FF33'; FntSize='4'; Speed=2000; count=-1; move=1; if (เอกสาร .all){ document.write('< div style="position:absolute;top:0;left:0;width:'+document.body.clientWidth+'">'); document.write('<center>< div id="msg" style="position :relative;top:'+document.body.clientHeight/2+'"></div></center>'); document.write('</div>') ; } if (document.layers) document.write('<layer name=nmsg top='+((window.innerHeight/2)-10)+'></layer>'); ฟังก์ชัน Splash(){ TMR= setTimeout('Splash()',Speed) ; if (นับ != Messages.length-1) count=count+move; else {window.location.href=Destination;clearTimeout(TMR)} ถ้า (document.all) .all.msg.innerHTML='<font face='+FntFace+' size='+FntSize+' color='+FntColour+'>'+Messages[count]+'</font>'; if (document.layers){ document.layers.nmsg.document.open( ); document.layers.nmsg.document.write('<center><font face='+FntFace+' size='+FntSize+' color='+FntColour+'>'+ข้อความ [count]+'</font>< /center>'); document.layers.nmsg.document.close(); } } </script> ขั้นตอนที่ 2: เพิ่ม "onload="Splash()"" ลงใน < แท็ก body> ตัวอย่างเช่น: <body onload ="Splash()">