ภาษาไทย
<!--第一步:把如下代码加入<head>区域中--> <style> <!-- #glowtext{ filter:glow(color=red,strength=2); ความกว้าง:100%; } --> </style> <script language="JavaScript1.2"> ฟังก์ชั่น Glowit(ซึ่ง){ if (document.all.glowtext[ซึ่ง].filters[0].strength==2) document.all.glowtext [ซึ่ง].filters[0].strength=1 else document.all.glowtext[ซึ่ง].filters[0].strength=2 } ฟังก์ชั่น Glowit2(ซึ่ง){ if (document.all.glowtext.filters[0] Strength==2) document.all.glowtext.filters[0].strength=1 else document.all.glowtext.filters[0].strength=2 } ฟังก์ชัน startglowing(){ if (document.all.glowtext&&glowtext.length) { for (i=0;i<glowtext.length;i++) eval('setInterval("glowit('+i+')",150)') } else if (glowtext) setInterval("glowit2(0)",150 ) } if (document.all) window.onload=startglowing </script> <!--第二步:把如下代码加入<body>区域中--> <div align="center"><span id=" Glowtext"><font size="5" face="汉鼎简长黑" color="#FFFF66">效果文字</font></span> </div> 使用方法: 可以修改发光的文字( ตัวใหญ่、字体等) 。另外,还可以在 filter:glow(color=red,strength=2);中修改火焰的颜色(将red换为green等)。