ภาษาไทย
<!--ใส่โค้ดต่อไปนี้ลงในพื้นที่ <body>--> <script language="JavaScript"> <!-- Begin text = "Welcome--Website Building Academy"; color color2 = "red"; // ขนาดตัวอักษรที่แปลงแล้ว = "2"; // ขนาดตัวอักษรความเร็ว = 100; // ความเร็วในการแปลง (1,000 = 1 วินาที) i = 0; { document.write("<layer id=a allowance=show></layer><br><br><br>"); } else { document.write("<div id=a></div >" ) } ฟังก์ชั่น changeCharColor() { if (navigator.appName == "Netscape") { document.a.document.write("<font face=arial size =" + fontsize + "><font color=" + color1 + ">"); for (var j = 0; j < text.length; j++) { if(j == i) { document.a.document.write("<font face=arial color=" + color2 + " >" + Text.charAt(i) + "</font>"); } else { document.a.document.write(text.charAt(j)); } } document.a.document.write(' </ font></font>'); document.a.document.close(); } ถ้า (navigator.appName == "Microsoft Internet Explorer") { str = "<font face=arial size=" + fontsize + "> <font color=" + color1 + ">"; for (var j = 0; j < text.length; j++) { if( j == i) { str += "<font face=arial color=" + color2 + ">" + text.charAt(i) + "</font>"; } else { str += text.charAt(j); } } str += "</font>"; innerHTML = str; } (i == text.length) ? i=0 : i++; } setInterval("changeCharColor()", ความเร็ว);