한국어
<!--要完成此效果把如下代码加入到<body>区域中--> <span id="theText" style="width:100%"> <h2 align="center"><font color=" #ffffff">환영합니다!!</font></h2> </span><script> var from = 5; var에서 = 50; var 지연 = 5; var 글로우컬러 = "라임"; var i = 에; var j = 0; 텍스트펄스다운(); function textPulseUp() { if (!document.all) return if (i < to) { theText.style.filter = "Glow(Color=" + GlowColor + ", Strength=" + i + ")"; 나++; theTimeout = setTimeout('textPulseUp()',delay); 0을 반환합니다. } if (i = to) { theTimeout = setTimeout('textPulseDown()',delay); 0을 반환합니다. } } function textPulseDown() { if (!document.all) return if (i > from) { theText.style.filter = "Glow(Color=" + GlowColor + ", Strength=" + i + ")"; 나--; theTimeout = setTimeout('textPulseDown()',delay); 0을 반환합니다. } if (i = from) { theTimeout = setTimeout('textPulseUp()',delay); 0을 반환합니다. } } </script>