한국어
<!--다음 코드를 <body> 영역에 입력하세요--> <script> var message="http://www.downcodes.com 웹사이트 구축 아카데미의 매우 전문적인 리소스 사이트" var n=0; (문서 .all){ document.write('<font size="12px" color="#006666">') for (m=0;m<message.length;m++) document.write('<span id= "neonlight " style="font-size:12px">'+message.charAt(m)+'</span>') document.write('</font>') var tempref=document.all.neonlight } else document.write(message) 함수 네온(){ if (n==0){ for (m=0;m<message.length;m++) tempref[m].style.color="#006666" } tempref[n ].style.color="#3fadc7" if (n<tempref.length-1) n++ else{ n=0clearInterval(flashing) setTimeout("beginneon()",1500) return } } function Beginneon(){ if ( document.all) flashing=setInterval("neon()",23) } Beginneon() </script>