日本語
<!-- 脚本说明: 第一步: 如下代序追加<head> 領域中--> <style> <!-- #glowtext{ filter:glow(color=red,strength=2);幅:100%; } --> </style> <script language="JavaScript1.2"> function glowit(that){ if (document.all.glowtext[that].filters[0].strength==2) document.all.glowtext [どれ].filters[0].strength=1 else document.all.glowtext[どれ].filters[0].strength=2 } function glowit2(どれ){ if (document.all.glowtext.filters[0]. length==2) document.all.glowtext.filters[0].strength=1 else document.all.glowtext.filters[0].strength=2 } function 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" >建站学院<br>http://www.downcodes.com</span> </div>