ภาษาไทย
<!--โค้ด HTML ที่สมบูรณ์มีดังนี้:--> <html> <head> <title></title> <script language="JavaScript"> //http://www.downcodes.com var msg= "ยินดีต้อนรับเข้าสู่ Website Building Academy เราจะให้คำแนะนำอย่างมืออาชีพเกี่ยวกับการสร้างเว็บไซต์!!" var Delay=200 function scrollStatus() { window.status=msg msg=msg.substring(1,msg.length)+msg. สตริงย่อย (0,1 ) timeID=setTimeout("scrollStatus()",ความล่าช้า) } </script> </head> <body onload="scrollStatus()"> </body> </html>