한국어
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--이 효과를 얻으려면 다음 코드를 <body > 지역 중국어 --> <table border="0" width="280" id="myexample" style="border:3px solid green"> <tr> <td>웹사이트 구축 아카데미가 여러분을 환영합니다...</td > </tr> </table> <script 언어="JavaScript1.2"> function flashit(){ if (!document.all) return if (myexample.style.borderColor=="green") myexample.style.borderColor = "white" else myexample.style.borderColor="green" } setInterval("flashit()", 500) </script>