English
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--To achieve this effect, add the following code to the <body> area Chinese --> <table border="0" width="280" id="myexample" style="border:3px solid green"> <tr> <td>Website Building Academy welcomes you...</td> </tr> </table> <script language="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>