ภาษาไทย
<!--โค้ด HTML ที่สมบูรณ์มีดังนี้:--> <html> <head> </head> <body bgcolor="#000000" onLoad="glowtext()"> <script language=javaScript> <!- - / /เพิ่มเติม http://www.downcodes.com var thissize=20 var textfont="official script" var textcolor= new Array() textcolor[0]="000000" textcolor[1]="000000" textcolor[2 ]=" 000000" textcolor[3]="111111" textcolor[4]="222222" textcolor[5]="333333" textcolor[6]="444444" textcolor[7]="555555" textcolor[8]= "666666" textcolor[9]="777777" textcolor[10]="888888" textcolor[11]="999999" textcolor[12]="aaaaaa" textcolor[13]="bbbbbb" textcolor[14]="cccccc " textcolor[ 15]="dddddd" textcolor[16]="eeeeee" textcolor[17]="ffffff" textcolor[18]="ffffff" var message = new Array() message[0]="เคยมี รักอย่างจริงใจต่อหน้าฉัน" message[1]="แต่ไม่รู้จะถนอมมันอย่างไร" message[2]="ฉันเสียใจที่คิดเรื่องนี้แล้ว" message[3]="หากพระเจ้าให้ฉัน โอกาสหน้าฉันจะพูดกับผู้หญิงคนนั้น " message[4]="I! Love! You!" message[5]="If you have to add a time Limit to this love" message[6]="ฉันหวังว่านะ คือ" message[7]="หมื่นปี " i_message=0 var i_strength=0 var i_message=0 var ฟังก์ชั่นจับเวลา Glowtext() { if(document.all) { if (i_strength <=17) { Glowdiv.innerText=message [i_message] document.all.glowdiv.style. filter="glow(color="+textcolor[i_strength]+", Strength=4)" i_strength++ timer=setTimeout("glowtext()",100) } อื่น ๆ { clearTimeout( timer) setTimeout("deglowtext()",1500 ) } } }ฟังก์ชั่น deglowtext() { if(document.all) { if (i_strength >=0) { Glowdiv.innerText=message[i_message] document.all.glowdiv.style .filter="glow(color="+textcolor [i_strength]+", Strength=4)" i_strength-- timer=setTimeout("deglowtext()",100) } else { clearTimeout(timer) i_message++ ถ้า (i_message>= message.length) {i_message=0} i_strength= 0 intermezzo() } } } ฟังก์ชั่น intermezzo() { Glowdiv.innerText="" setTimeout("glowtext()",1500) } //--> </script> < div id="glowdiv" style="position: Absolute;visibility:visible;width:600px;text-align:center; top:188px;left:87px;font-family:official script;font-size:30pt;color: 000000"></div> </body> </html>